Html Css Color HEX #42DCEA Turquoise

📋 copy color: '#42DCEA'

red 66 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #42DCEA

Tints of Turquoise #42DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 12.69%
G = 42.31%
B = 45%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42DCEA (or 0x42DCEA) is known color: Turquoise. HEX triplet: 42, DC and EA. RGB value is (66,220,234). Sum of RGB (Red+Green+Blue) = 66+220+234=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #42DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEA is #BD2315. Grayscale: #AFAFAF. Windows color (decimal): -12395286 or 15391810. OLE color: 15391810.

HSL color Cylindrical-coordinate representation of color #42DCEA: hue angle of 185º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DCEA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 220 234 -
CMYK 0.72 0.06 0 0.08
HSL 185º 0.8% 0.59% -
HSV(B) 185º 0.72% 0.92% -
XYZ 42.69 58.29 86.84 -
YUV 175.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 66 220 234 0.72 0.06 0 0.08 185 0.8 0.59
Hex 42 DC EA 48 6 0 8 B9 50 3B
Octal 102 334 352 110 6 0 10 271 120 73
Binary 1000010 11011100 11101010 1001000 110 0 1000 10111001 1010000 111011

Color Harmonies of #42DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCEA

Black with #42DCEA

Text Example


Text Example

White with #42DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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