Html Css Color HEX #42EDF9 Turquoise

📋 copy color: '#42EDF9'

red 66 ◦ green 237 ◦ blue 249

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

Shades of Turquoise #42EDF9

Tints of Turquoise #42EDF9

RGB

 RED value IS 66 (26.17% from 255) = 11.96%

 GREEN value IS 237 (92.97% from 255) = 42.93%

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 11.96%
G = 42.93%
B = 45.11%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42EDF9 (or 0x42EDF9) is known color: Turquoise. HEX triplet: 42, ED and F9. RGB value is (66,237,249). Sum of RGB (Red+Green+Blue) = 66+237+249=552 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.96% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #42EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDF9 is #BD1206. Grayscale: #BBBBBB. Windows color (decimal): -12390919 or 16379202. OLE color: 16379202.

HSL color Cylindrical-coordinate representation of color #42EDF9: hue angle of 183.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42EDF9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 237 249 -
CMYK 0.73 0.05 0 0.02
HSL 183.93º 0.94% 0.62% -
HSV(B) 183.93º 0.73% 0.98% -
XYZ 49.63 68.57 100.24 -
YUV 187.24 162.85 41.52 -
System Red Green Blue C M Y K H S L
Decimal 66 237 249 0.73 0.05 0 0.02 183.93 0.94 0.62
Hex 42 ED F9 49 5 0 2 B8 5E 3E
Octal 102 355 371 111 5 0 2 270 136 76
Binary 1000010 11101101 11111001 1001001 101 0 10 10111000 1011110 111110

Color Harmonies of #42EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDF9

Black with #42EDF9

Text Example


Text Example

White with #42EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42EDF9; }

 p { color: rgb(66,237,249); }

 H1.HeaderClassName
 {
   color: #42EDF9;
 }
 .AnyTagClassName
 {
   color: #42EDF9;
 }
</style>

background-color css

<style>
 a { background-color: #42EDF9; }

 a { background-color: rgb(66,237,249); }

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

border-color css

<style>
 span { border-color: #42EDF9; }

 span { border-color: rgb(66,237,249); }

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