Html Css Color HEX #42EFCF Turquoise

📋 copy color: '#42EFCF'

red 66 ◦ green 239 ◦ blue 207

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

Shades of Turquoise #42EFCF

Tints of Turquoise #42EFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 12.89%
G = 46.68%
B = 40.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#42EFCF (or 0x42EFCF) is known color: Turquoise. HEX triplet: 42, EF and CF. RGB value is (66,239,207). Sum of RGB (Red+Green+Blue) = 66+239+207=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFCF is #BD1030. Grayscale: #B7B7B7. Windows color (decimal): -12390449 or 13627202. OLE color: 13627202.

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

Color convert

RGB 66 239 207 -
CMYK 0.72 0 0.13 0.06
HSL 168.9º 0.84% 0.6% -
HSV(B) 168.9º 0.72% 0.94% -
XYZ 44.38 67.4 69.7 -
YUV 183.63 141.19 44.1 -
System Red Green Blue C M Y K H S L
Decimal 66 239 207 0.72 0 0.13 0.06 168.9 0.84 0.6
Hex 42 EF CF 48 0 D 6 A9 54 3C
Octal 102 357 317 110 0 15 6 251 124 74
Binary 1000010 11101111 11001111 1001000 0 1101 110 10101001 1010100 111100

Color Harmonies of #42EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFCF

Black with #42EFCF

Text Example


Text Example

White with #42EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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