Html Css Color HEX #42FACC Turquoise

📋 copy color: '#42FACC'

red 66 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #42FACC

Tints of Turquoise #42FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 12.69%
G = 48.08%
B = 39.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#42FACC (or 0x42FACC) is known color: Turquoise. HEX triplet: 42, FA and CC. RGB value is (66,250,204). Sum of RGB (Red+Green+Blue) = 66+250+204=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACC is #BD0533. Grayscale: #BDBDBD. Windows color (decimal): -12387636 or 13433410. OLE color: 13433410.

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

Color convert

RGB 66 250 204 -
CMYK 0.74 0 0.18 0.02
HSL 165º 0.95% 0.62% -
HSV(B) 165º 0.74% 0.98% -
XYZ 47.33 73.89 68.89 -
YUV 189.74 136.04 39.74 -
System Red Green Blue C M Y K H S L
Decimal 66 250 204 0.74 0 0.18 0.02 165 0.95 0.62
Hex 42 FA CC 4A 0 12 2 A5 5F 3E
Octal 102 372 314 112 0 22 2 245 137 76
Binary 1000010 11111010 11001100 1001010 0 10010 10 10100101 1011111 111110

Color Harmonies of #42FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FACC

Black with #42FACC

Text Example


Text Example

White with #42FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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