Html Css Color HEX #42D7EF Turquoise

📋 copy color: '#42D7EF'

red 66 ◦ green 215 ◦ blue 239

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

Shades of Turquoise #42D7EF

Tints of Turquoise #42D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 12.69%
G = 41.35%
B = 45.96%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42D7EF (or 0x42D7EF) is known color: Turquoise. HEX triplet: 42, D7 and EF. RGB value is (66,215,239). Sum of RGB (Red+Green+Blue) = 66+215+239=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #42D7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D7EF is #BD2810. Grayscale: #ACACAC. Windows color (decimal): -12396561 or 15718210. OLE color: 15718210.

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

Color convert

RGB 66 215 239 -
CMYK 0.72 0.10 0 0.06
HSL 188.32º 0.84% 0.6% -
HSV(B) 188.32º 0.72% 0.94% -
XYZ 42.13 55.99 90.25 -
YUV 173.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 66 215 239 0.72 0.10 0 0.06 188.32 0.84 0.6
Hex 42 D7 EF 48 A 0 6 BC 54 3C
Octal 102 327 357 110 12 0 6 274 124 74
Binary 1000010 11010111 11101111 1001000 1010 0 110 10111100 1010100 111100

Color Harmonies of #42D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D7EF

Black with #42D7EF

Text Example


Text Example

White with #42D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,215,239); }

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

background-color css

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

 a { background-color: rgb(66,215,239); }

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

border-color css

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

 span { border-color: rgb(66,215,239); }

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