Html Css Color HEX #42FAC6 Turquoise

📋 copy color: '#42FAC6'

red 66 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #42FAC6

Tints of Turquoise #42FAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.64%

 BLUE value IS 198 (77.73% from 255) = 38.52%

R = 12.84%
G = 48.64%
B = 38.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#42FAC6 (or 0x42FAC6) is known color: Turquoise. HEX triplet: 42, FA and C6. RGB value is (66,250,198). Sum of RGB (Red+Green+Blue) = 66+250+198=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FAC6 is #BD0539. Grayscale: #BDBDBD. Windows color (decimal): -12387642 or 13040194. OLE color: 13040194.

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

Color convert

RGB 66 250 198 -
CMYK 0.74 0 0.21 0.02
HSL 163.04º 0.95% 0.62% -
HSV(B) 163.04º 0.74% 0.98% -
XYZ 46.63 73.61 65.18 -
YUV 189.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 66 250 198 0.74 0 0.21 0.02 163.04 0.95 0.62
Hex 42 FA C6 4A 0 15 2 A3 5F 3E
Octal 102 372 306 112 0 25 2 243 137 76
Binary 1000010 11111010 11000110 1001010 0 10101 10 10100011 1011111 111110

Color Harmonies of #42FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAC6

Black with #42FAC6

Text Example


Text Example

White with #42FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,198); }

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

background-color css

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

 a { background-color: rgb(66,250,198); }

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

border-color css

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

 span { border-color: rgb(66,250,198); }

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