Html Css Color HEX #42EDF0 Turquoise

📋 copy color: '#42EDF0'

red 66 ◦ green 237 ◦ blue 240

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

Shades of Turquoise #42EDF0

Tints of Turquoise #42EDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 12.15%
G = 43.65%
B = 44.2%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42EDF0 (or 0x42EDF0) is known color: Turquoise. HEX triplet: 42, ED and F0. RGB value is (66,237,240). Sum of RGB (Red+Green+Blue) = 66+237+240=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #42EDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDF0 is #BD120F. Grayscale: #BABABA. Windows color (decimal): -12390928 or 15789378. OLE color: 15789378.

HSL color Cylindrical-coordinate representation of color #42EDF0: hue angle of 181.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42EDF0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 237 240 -
CMYK 0.72 0.01 0 0.06
HSL 181.03º 0.85% 0.6% -
HSV(B) 181.03º 0.73% 0.94% -
XYZ 48.26 68.02 93.02 -
YUV 186.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 66 237 240 0.72 0.01 0 0.06 181.03 0.85 0.6
Hex 42 ED F0 48 1 0 6 B5 55 3C
Octal 102 355 360 110 1 0 6 265 125 74
Binary 1000010 11101101 11110000 1001000 1 0 110 10110101 1010101 111100

Color Harmonies of #42EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDF0

Black with #42EDF0

Text Example


Text Example

White with #42EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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