Html Css Color HEX #42FACB Turquoise

📋 copy color: '#42FACB'

red 66 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #42FACB

Tints of Turquoise #42FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 12.72%
G = 48.17%
B = 39.11%

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

#42FACB (or 0x42FACB) is known color: Turquoise. HEX triplet: 42, FA and CB. RGB value is (66,250,203). Sum of RGB (Red+Green+Blue) = 66+250+203=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACB is #BD0534. Grayscale: #BDBDBD. Windows color (decimal): -12387637 or 13367874. OLE color: 13367874.

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

Color convert

RGB 66 250 203 -
CMYK 0.74 0 0.19 0.02
HSL 164.67º 0.95% 0.62% -
HSV(B) 164.67º 0.74% 0.98% -
XYZ 47.21 73.84 68.26 -
YUV 189.63 135.54 39.82 -
System Red Green Blue C M Y K H S L
Decimal 66 250 203 0.74 0 0.19 0.02 164.67 0.95 0.62
Hex 42 FA CB 4A 0 13 2 A5 5F 3E
Octal 102 372 313 112 0 23 2 245 137 76
Binary 1000010 11111010 11001011 1001010 0 10011 10 10100101 1011111 111110

Color Harmonies of #42FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FACB

Black with #42FACB

Text Example


Text Example

White with #42FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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