Html Css Color HEX #42FCBE Turquoise

📋 copy color: '#42FCBE'

red 66 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #42FCBE

Tints of Turquoise #42FCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 12.99%
G = 49.61%
B = 37.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#42FCBE (or 0x42FCBE) is known color: Turquoise. HEX triplet: 42, FC and BE. RGB value is (66,252,190). Sum of RGB (Red+Green+Blue) = 66+252+190=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCBE is #BD0341. Grayscale: #BDBDBD. Windows color (decimal): -12387138 or 12516418. OLE color: 12516418.

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

Color convert

RGB 66 252 190 -
CMYK 0.74 0 0.25 0.01
HSL 160º 0.97% 0.62% -
HSV(B) 160º 0.74% 0.99% -
XYZ 46.35 74.5 60.65 -
YUV 189.32 128.38 40.04 -
System Red Green Blue C M Y K H S L
Decimal 66 252 190 0.74 0 0.25 0.01 160 0.97 0.62
Hex 42 FC BE 4A 0 19 1 A0 61 3E
Octal 102 374 276 112 0 31 1 240 141 76
Binary 1000010 11111100 10111110 1001010 0 11001 1 10100000 1100001 111110

Color Harmonies of #42FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCBE

Black with #42FCBE

Text Example


Text Example

White with #42FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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