Html Css Color HEX #42DFEA Turquoise

📋 copy color: '#42DFEA'

red 66 ◦ green 223 ◦ blue 234

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

Shades of Turquoise #42DFEA

Tints of Turquoise #42DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 12.62%
G = 42.64%
B = 44.74%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42DFEA (or 0x42DFEA) is known color: Turquoise. HEX triplet: 42, DF and EA. RGB value is (66,223,234). Sum of RGB (Red+Green+Blue) = 66+223+234=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #42DFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFEA is #BD2015. Grayscale: #B1B1B1. Windows color (decimal): -12394518 or 15392578. OLE color: 15392578.

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

Color convert

RGB 66 223 234 -
CMYK 0.72 0.05 0 0.08
HSL 183.93º 0.8% 0.59% -
HSV(B) 183.93º 0.72% 0.92% -
XYZ 43.49 59.87 87.11 -
YUV 177.31 159.99 48.61 -
System Red Green Blue C M Y K H S L
Decimal 66 223 234 0.72 0.05 0 0.08 183.93 0.8 0.59
Hex 42 DF EA 48 5 0 8 B8 50 3B
Octal 102 337 352 110 5 0 10 270 120 73
Binary 1000010 11011111 11101010 1001000 101 0 1000 10111000 1010000 111011

Color Harmonies of #42DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFEA

Black with #42DFEA

Text Example


Text Example

White with #42DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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