Html Css Color HEX #42FCB4 Turquoise

📋 copy color: '#42FCB4'

red 66 ◦ green 252 ◦ blue 180

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

Shades of Turquoise #42FCB4

Tints of Turquoise #42FCB4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.6%

 BLUE value IS 180 (70.7% from 255) = 36.14%

R = 13.25%
G = 50.6%
B = 36.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#42FCB4 (or 0x42FCB4) is known color: Turquoise. HEX triplet: 42, FC and B4. RGB value is (66,252,180). Sum of RGB (Red+Green+Blue) = 66+252+180=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCB4 is #BD034B. Grayscale: #BCBCBC. Windows color (decimal): -12387148 or 11861058. OLE color: 11861058.

HSL color Cylindrical-coordinate representation of color #42FCB4: hue angle of 156.77º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCB4 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 180 -
CMYK 0.74 0 0.29 0.01
HSL 156.77º 0.97% 0.62% -
HSV(B) 156.77º 0.74% 0.99% -
XYZ 45.3 74.07 55.09 -
YUV 188.18 123.38 40.85 -
System Red Green Blue C M Y K H S L
Decimal 66 252 180 0.74 0 0.29 0.01 156.77 0.97 0.62
Hex 42 FC B4 4A 0 1D 1 9D 61 3E
Octal 102 374 264 112 0 35 1 235 141 76
Binary 1000010 11111100 10110100 1001010 0 11101 1 10011101 1100001 111110

Color Harmonies of #42FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCB4

Black with #42FCB4

Text Example


Text Example

White with #42FCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,252,180); }

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

background-color css

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

 a { background-color: rgb(66,252,180); }

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

border-color css

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

 span { border-color: rgb(66,252,180); }

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