Html Css Color HEX #42FFEE Turquoise

📋 copy color: '#42FFEE'

red 66 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #42FFEE

Tints of Turquoise #42FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.62%

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

R = 11.81%
G = 45.62%
B = 42.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#42FFEE (or 0x42FFEE) is known color: Turquoise. HEX triplet: 42, FF and EE. RGB value is (66,255,238). Sum of RGB (Red+Green+Blue) = 66+255+238=559 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.81% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFEE is #BD0011. Grayscale: #C4C4C4. Windows color (decimal): -12386322 or 15662914. OLE color: 15662914.

HSL color Cylindrical-coordinate representation of color #42FFEE: hue angle of 174.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFEE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 238 -
CMYK 0.74 0 0.07 0
HSL 174.6º 1% 0.63% -
HSV(B) 174.6º 0.74% 1% -
XYZ 53.44 78.85 93.29 -
YUV 196.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 66 255 238 0.74 0 0.07 0 174.6 1 0.63
Hex 42 FF EE 4A 0 7 0 AF 64 3F
Octal 102 377 356 112 0 7 0 257 144 77
Binary 1000010 11111111 11101110 1001010 0 111 0 10101111 1100100 111111

Color Harmonies of #42FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FFEE

Black with #42FFEE

Text Example


Text Example

White with #42FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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