Html Css Color HEX #42EFDF Turquoise

📋 copy color: '#42EFDF'

red 66 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #42EFDF

Tints of Turquoise #42EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 12.5%
G = 45.27%
B = 42.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#42EFDF (or 0x42EFDF) is known color: Turquoise. HEX triplet: 42, EF and DF. RGB value is (66,239,223). Sum of RGB (Red+Green+Blue) = 66+239+223=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFDF is #BD1020. Grayscale: #B9B9B9. Windows color (decimal): -12390433 or 14675778. OLE color: 14675778.

HSL color Cylindrical-coordinate representation of color #42EFDF: hue angle of 174.45º 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 #42EFDF is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 223 -
CMYK 0.72 0 0.07 0.06
HSL 174.45º 0.84% 0.6% -
HSV(B) 174.45º 0.72% 0.94% -
XYZ 46.43 68.22 80.53 -
YUV 185.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 66 239 223 0.72 0 0.07 0.06 174.45 0.84 0.6
Hex 42 EF DF 48 0 7 6 AE 54 3C
Octal 102 357 337 110 0 7 6 256 124 74
Binary 1000010 11101111 11011111 1001000 0 111 110 10101110 1010100 111100

Color Harmonies of #42EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFDF

Black with #42EFDF

Text Example


Text Example

White with #42EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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