Html Css Color HEX #42DCCF Turquoise

📋 copy color: '#42DCCF'

red 66 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #42DCCF

Tints of Turquoise #42DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 13.39%
G = 44.62%
B = 41.99%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#42DCCF (or 0x42DCCF) is known color: Turquoise. HEX triplet: 42, DC and CF. RGB value is (66,220,207). Sum of RGB (Red+Green+Blue) = 66+220+207=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCCF is #BD2330. Grayscale: #ACACAC. Windows color (decimal): -12395313 or 13622338. OLE color: 13622338.

HSL color Cylindrical-coordinate representation of color #42DCCF: hue angle of 174.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCCF is Cyan = 0.7, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 207 -
CMYK 0.7 0 0.06 0.14
HSL 174.94º 0.69% 0.56% -
HSV(B) 174.94º 0.7% 0.86% -
XYZ 39.1 56.85 67.94 -
YUV 172.47 147.48 52.06 -
System Red Green Blue C M Y K H S L
Decimal 66 220 207 0.7 0 0.06 0.14 174.94 0.69 0.56
Hex 42 DC CF 46 0 6 E AF 45 38
Octal 102 334 317 106 0 6 16 257 105 70
Binary 1000010 11011100 11001111 1000110 0 110 1110 10101111 1000101 111000

Color Harmonies of #42DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCCF

Black with #42DCCF

Text Example


Text Example

White with #42DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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