Html Css Color HEX #30EEEC Turquoise

📋 copy color: '#30EEEC'

red 48 ◦ green 238 ◦ blue 236

#30EEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #30EEEC

Tints of Turquoise #30EEEC

RGB

 RED value IS 48 (19.14% from 255) = 9.2%

 GREEN value IS 238 (93.36% from 255) = 45.59%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 9.2%
G = 45.59%
B = 45.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30EEEC (or 0x30EEEC) is known color: Turquoise. HEX triplet: 30, EE and EC. RGB value is (48,238,236). Sum of RGB (Red+Green+Blue) = 48+238+236=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEEC is #CF1113. Grayscale: #B4B4B4. Windows color (decimal): -13570324 or 15527472. OLE color: 15527472.

HSL color Cylindrical-coordinate representation of color #30EEEC: hue angle of 179.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEEC is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 238 236 -
CMYK 0.80 0 0.01 0.07
HSL 179.37º 0.85% 0.56% -
HSV(B) 179.37º 0.8% 0.93% -
XYZ 46.93 67.83 89.98 -
YUV 180.96 159.05 33.16 -
System Red Green Blue C M Y K H S L
Decimal 48 238 236 0.80 0 0.01 0.07 179.37 0.85 0.56
Hex 30 EE EC 50 0 1 7 B3 55 38
Octal 60 356 354 120 0 1 7 263 125 70
Binary 110000 11101110 11101100 1010000 0 1 111 10110011 1010101 111000

Color Harmonies of #30EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EEEC

Black with #30EEEC

Text Example


Text Example

White with #30EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30EEEC; }

 p { color: rgb(48,238,236); }

 H1.HeaderClassName
 {
   color: #30EEEC;
 }
 .AnyTagClassName
 {
   color: #30EEEC;
 }
</style>

background-color css

<style>
 a { background-color: #30EEEC; }

 a { background-color: rgb(48,238,236); }

 div.DivClassName
 {
   background-color: #30EEEC;
 }
 .BgClassName
 {
   background-color: #30EEEC;
 }
</style>

border-color css

<style>
 span { border-color: #30EEEC; }

 span { border-color: rgb(48,238,236); }

 td.TdClassName
 {
   border-color: #30EEEC;
 }
 .TagClassName
 {
   border-color: #30EEEC;
 }
</style>