Html Css Color HEX #42DCEE Turquoise

📋 copy color: '#42DCEE'

red 66 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #42DCEE

Tints of Turquoise #42DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 12.6%
G = 41.98%
B = 45.42%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42DCEE (or 0x42DCEE) is known color: Turquoise. HEX triplet: 42, DC and EE. RGB value is (66,220,238). Sum of RGB (Red+Green+Blue) = 66+220+238=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #42DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEE is #BD2311. Grayscale: #AFAFAF. Windows color (decimal): -12395282 or 15653954. OLE color: 15653954.

HSL color Cylindrical-coordinate representation of color #42DCEE: hue angle of 186.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DCEE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 220 238 -
CMYK 0.72 0.08 0 0.07
HSL 186.28º 0.83% 0.6% -
HSV(B) 186.28º 0.72% 0.93% -
XYZ 43.27 58.52 89.9 -
YUV 176.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 66 220 238 0.72 0.08 0 0.07 186.28 0.83 0.6
Hex 42 DC EE 48 8 0 7 BA 53 3C
Octal 102 334 356 110 10 0 7 272 123 74
Binary 1000010 11011100 11101110 1001000 1000 0 111 10111010 1010011 111100

Color Harmonies of #42DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCEE

Black with #42DCEE

Text Example


Text Example

White with #42DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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