Html Css Color HEX #42E6F9 Turquoise

📋 copy color: '#42E6F9'

red 66 ◦ green 230 ◦ blue 249

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

Shades of Turquoise #42E6F9

Tints of Turquoise #42E6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 12.11%
G = 42.2%
B = 45.69%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42E6F9 (or 0x42E6F9) is known color: Turquoise. HEX triplet: 42, E6 and F9. RGB value is (66,230,249). Sum of RGB (Red+Green+Blue) = 66+230+249=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #42E6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E6F9 is #BD1906. Grayscale: #B6B6B6. Windows color (decimal): -12392711 or 16377410. OLE color: 16377410.

HSL color Cylindrical-coordinate representation of color #42E6F9: hue angle of 186.23º 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 #42E6F9 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 230 249 -
CMYK 0.73 0.08 0 0.02
HSL 186.23º 0.94% 0.62% -
HSV(B) 186.23º 0.73% 0.98% -
XYZ 47.64 64.59 99.58 -
YUV 183.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 66 230 249 0.73 0.08 0 0.02 186.23 0.94 0.62
Hex 42 E6 F9 49 8 0 2 BA 5E 3E
Octal 102 346 371 111 10 0 2 272 136 76
Binary 1000010 11100110 11111001 1001001 1000 0 10 10111010 1011110 111110

Color Harmonies of #42E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E6F9

Black with #42E6F9

Text Example


Text Example

White with #42E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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