Html Css Color HEX #42F2EF Turquoise

📋 copy color: '#42F2EF'

red 66 ◦ green 242 ◦ blue 239

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

Shades of Turquoise #42F2EF

Tints of Turquoise #42F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 12.07%
G = 44.24%
B = 43.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#42F2EF (or 0x42F2EF) is known color: Turquoise. HEX triplet: 42, F2 and EF. RGB value is (66,242,239). Sum of RGB (Red+Green+Blue) = 66+242+239=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F2EF is #BD0D10. Grayscale: #BCBCBC. Windows color (decimal): -12389649 or 15725122. OLE color: 15725122.

HSL color Cylindrical-coordinate representation of color #42F2EF: hue angle of 178.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2EF is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 242 239 -
CMYK 0.73 0 0.01 0.05
HSL 178.98º 0.87% 0.6% -
HSV(B) 178.98º 0.73% 0.95% -
XYZ 49.58 70.89 92.73 -
YUV 189.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 66 242 239 0.73 0 0.01 0.05 178.98 0.87 0.6
Hex 42 F2 EF 49 0 1 5 B3 57 3C
Octal 102 362 357 111 0 1 5 263 127 74
Binary 1000010 11110010 11101111 1001001 0 1 101 10110011 1010111 111100

Color Harmonies of #42F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F2EF

Black with #42F2EF

Text Example


Text Example

White with #42F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,239); }

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

background-color css

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

 a { background-color: rgb(66,242,239); }

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

border-color css

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

 span { border-color: rgb(66,242,239); }

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