Html Css Color HEX #42FBC0 Turquoise

📋 copy color: '#42FBC0'

red 66 ◦ green 251 ◦ blue 192

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

Shades of Turquoise #42FBC0

Tints of Turquoise #42FBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 12.97%
G = 49.31%
B = 37.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#42FBC0 (or 0x42FBC0) is known color: Turquoise. HEX triplet: 42, FB and C0. RGB value is (66,251,192). Sum of RGB (Red+Green+Blue) = 66+251+192=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBC0 is #BD043F. Grayscale: #BDBDBD. Windows color (decimal): -12387392 or 12647234. OLE color: 12647234.

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

Color convert

RGB 66 251 192 -
CMYK 0.74 0 0.24 0.02
HSL 160.86º 0.96% 0.62% -
HSV(B) 160.86º 0.74% 0.98% -
XYZ 46.26 73.96 61.71 -
YUV 188.96 129.71 40.3 -
System Red Green Blue C M Y K H S L
Decimal 66 251 192 0.74 0 0.24 0.02 160.86 0.96 0.62
Hex 42 FB C0 4A 0 18 2 A1 60 3E
Octal 102 373 300 112 0 30 2 241 140 76
Binary 1000010 11111011 11000000 1001010 0 11000 10 10100001 1100000 111110

Color Harmonies of #42FBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBC0

Black with #42FBC0

Text Example


Text Example

White with #42FBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,251,192); }

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

background-color css

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

 a { background-color: rgb(66,251,192); }

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

border-color css

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

 span { border-color: rgb(66,251,192); }

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