Html Css Color HEX #42E2EF Turquoise

📋 copy color: '#42E2EF'

red 66 ◦ green 226 ◦ blue 239

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

Shades of Turquoise #42E2EF

Tints of Turquoise #42E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

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

R = 12.43%
G = 42.56%
B = 45.01%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42E2EF (or 0x42E2EF) is known color: Turquoise. HEX triplet: 42, E2 and EF. RGB value is (66,226,239). Sum of RGB (Red+Green+Blue) = 66+226+239=531 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.43% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #42E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2EF is #BD1D10. Grayscale: #B3B3B3. Windows color (decimal): -12393745 or 15721026. OLE color: 15721026.

HSL color Cylindrical-coordinate representation of color #42E2EF: hue angle of 184.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E2EF is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 226 239 -
CMYK 0.72 0.05 0 0.06
HSL 184.51º 0.84% 0.6% -
HSV(B) 184.51º 0.72% 0.94% -
XYZ 45.02 61.78 91.21 -
YUV 179.64 161.49 46.94 -
System Red Green Blue C M Y K H S L
Decimal 66 226 239 0.72 0.05 0 0.06 184.51 0.84 0.6
Hex 42 E2 EF 48 5 0 6 B9 54 3C
Octal 102 342 357 110 5 0 6 271 124 74
Binary 1000010 11100010 11101111 1001000 101 0 110 10111001 1010100 111100

Color Harmonies of #42E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2EF

Black with #42E2EF

Text Example


Text Example

White with #42E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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