Html Css Color HEX #42F9EE Turquoise

📋 copy color: '#42F9EE'

red 66 ◦ green 249 ◦ blue 238

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

Shades of Turquoise #42F9EE

Tints of Turquoise #42F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

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

R = 11.93%
G = 45.03%
B = 43.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#42F9EE (or 0x42F9EE) is known color: Turquoise. HEX triplet: 42, F9 and EE. RGB value is (66,249,238). Sum of RGB (Red+Green+Blue) = 66+249+238=553 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.93% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F9EE is #BD0611. Grayscale: #C0C0C0. Windows color (decimal): -12387858 or 15661378. OLE color: 15661378.

HSL color Cylindrical-coordinate representation of color #42F9EE: hue angle of 176.39º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9EE is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 238 -
CMYK 0.73 0 0.04 0.02
HSL 176.39º 0.94% 0.62% -
HSV(B) 176.39º 0.73% 0.98% -
XYZ 51.56 75.08 92.66 -
YUV 193.03 153.37 37.39 -
System Red Green Blue C M Y K H S L
Decimal 66 249 238 0.73 0 0.04 0.02 176.39 0.94 0.62
Hex 42 F9 EE 49 0 4 2 B0 5E 3E
Octal 102 371 356 111 0 4 2 260 136 76
Binary 1000010 11111001 11101110 1001001 0 100 10 10110000 1011110 111110

Color Harmonies of #42F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F9EE

Black with #42F9EE

Text Example


Text Example

White with #42F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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