Html Css Color HEX #42FACA Turquoise

📋 copy color: '#42FACA'

red 66 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #42FACA

Tints of Turquoise #42FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 12.74%
G = 48.26%
B = 39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#42FACA (or 0x42FACA) is known color: Turquoise. HEX triplet: 42, FA and CA. RGB value is (66,250,202). Sum of RGB (Red+Green+Blue) = 66+250+202=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACA is #BD0535. Grayscale: #BDBDBD. Windows color (decimal): -12387638 or 13302338. OLE color: 13302338.

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

Color convert

RGB 66 250 202 -
CMYK 0.74 0 0.19 0.02
HSL 164.35º 0.95% 0.62% -
HSV(B) 164.35º 0.74% 0.98% -
XYZ 47.09 73.79 67.64 -
YUV 189.51 135.04 39.9 -
System Red Green Blue C M Y K H S L
Decimal 66 250 202 0.74 0 0.19 0.02 164.35 0.95 0.62
Hex 42 FA CA 4A 0 13 2 A4 5F 3E
Octal 102 372 312 112 0 23 2 244 137 76
Binary 1000010 11111010 11001010 1001010 0 10011 10 10100100 1011111 111110

Color Harmonies of #42FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FACA

Black with #42FACA

Text Example


Text Example

White with #42FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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