Html Css Color HEX #30EEF2 Turquoise

📋 copy color: '#30EEF2'

red 48 ◦ green 238 ◦ blue 242

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

Shades of Turquoise #30EEF2

Tints of Turquoise #30EEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 9.09%
G = 45.08%
B = 45.83%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#30EEF2 (or 0x30EEF2) is known color: Turquoise. HEX triplet: 30, EE and F2. RGB value is (48,238,242). Sum of RGB (Red+Green+Blue) = 48+238+242=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #30EEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEF2 is #CF110D. Grayscale: #B5B5B5. Windows color (decimal): -13570318 or 15920688. OLE color: 15920688.

HSL color Cylindrical-coordinate representation of color #30EEF2: hue angle of 181.24º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEF2 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 238 242 -
CMYK 0.80 0.02 0 0.05
HSL 181.24º 0.88% 0.57% -
HSV(B) 181.24º 0.8% 0.95% -
XYZ 47.82 68.19 94.65 -
YUV 181.65 162.05 32.67 -
System Red Green Blue C M Y K H S L
Decimal 48 238 242 0.80 0.02 0 0.05 181.24 0.88 0.57
Hex 30 EE F2 50 2 0 5 B5 58 39
Octal 60 356 362 120 2 0 5 265 130 71
Binary 110000 11101110 11110010 1010000 10 0 101 10110101 1011000 111001

Color Harmonies of #30EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EEF2

Black with #30EEF2

Text Example


Text Example

White with #30EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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