Html Css Color HEX #42F6E2 Turquoise

📋 copy color: '#42F6E2'

red 66 ◦ green 246 ◦ blue 226

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

Shades of Turquoise #42F6E2

Tints of Turquoise #42F6E2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.72%

 BLUE value IS 226 (88.67% from 255) = 42.01%

R = 12.27%
G = 45.72%
B = 42.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#42F6E2 (or 0x42F6E2) is known color: Turquoise. HEX triplet: 42, F6 and E2. RGB value is (66,246,226). Sum of RGB (Red+Green+Blue) = 66+246+226=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F6E2 is #BD091D. Grayscale: #BDBDBD. Windows color (decimal): -12388638 or 14874178. OLE color: 14874178.

HSL color Cylindrical-coordinate representation of color #42F6E2: hue angle of 173.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F6E2 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 246 226 -
CMYK 0.73 0 0.08 0.04
HSL 173.33º 0.91% 0.61% -
HSV(B) 173.33º 0.73% 0.96% -
XYZ 48.93 72.56 83.38 -
YUV 189.9 148.37 39.63 -
System Red Green Blue C M Y K H S L
Decimal 66 246 226 0.73 0 0.08 0.04 173.33 0.91 0.61
Hex 42 F6 E2 49 0 8 4 AD 5B 3D
Octal 102 366 342 111 0 10 4 255 133 75
Binary 1000010 11110110 11100010 1001001 0 1000 100 10101101 1011011 111101

Color Harmonies of #42F6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F6E2

Black with #42F6E2

Text Example


Text Example

White with #42F6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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