Html Css Color HEX #42DFEE Turquoise

📋 copy color: '#42DFEE'

red 66 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #42DFEE

Tints of Turquoise #42DFEE

RGB

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

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

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

R = 12.52%
G = 42.31%
B = 45.16%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42DFEE (or 0x42DFEE) is known color: Turquoise. HEX triplet: 42, DF and EE. RGB value is (66,223,238). Sum of RGB (Red+Green+Blue) = 66+223+238=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #42DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFEE is #BD2011. Grayscale: #B1B1B1. Windows color (decimal): -12394514 or 15654722. OLE color: 15654722.

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

Color convert

RGB 66 223 238 -
CMYK 0.72 0.06 0 0.07
HSL 185.23º 0.83% 0.6% -
HSV(B) 185.23º 0.72% 0.93% -
XYZ 44.07 60.11 90.17 -
YUV 177.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 66 223 238 0.72 0.06 0 0.07 185.23 0.83 0.6
Hex 42 DF EE 48 6 0 7 B9 53 3C
Octal 102 337 356 110 6 0 7 271 123 74
Binary 1000010 11011111 11101110 1001000 110 0 111 10111001 1010011 111100

Color Harmonies of #42DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFEE

Black with #42DFEE

Text Example


Text Example

White with #42DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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