Html Css Color HEX #42FECB Turquoise

📋 copy color: '#42FECB'

red 66 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #42FECB

Tints of Turquoise #42FECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

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

R = 12.62%
G = 48.57%
B = 38.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#42FECB (or 0x42FECB) is known color: Turquoise. HEX triplet: 42, FE and CB. RGB value is (66,254,203). Sum of RGB (Red+Green+Blue) = 66+254+203=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #42FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FECB is #BD0134. Grayscale: #BFBFBF. Windows color (decimal): -12386613 or 13368898. OLE color: 13368898.

HSL color Cylindrical-coordinate representation of color #42FECB: hue angle of 163.72º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FECB is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 254 203 -
CMYK 0.74 0 0.20 0.00
HSL 163.72º 0.99% 0.63% -
HSV(B) 163.72º 0.74% 1% -
XYZ 48.47 76.35 68.68 -
YUV 191.97 134.22 38.15 -
System Red Green Blue C M Y K H S L
Decimal 66 254 203 0.74 0 0.20 0.00 163.72 0.99 0.63
Hex 42 FE CB 4A 0 14 0 A4 63 3F
Octal 102 376 313 112 0 24 0 244 143 77
Binary 1000010 11111110 11001011 1001010 0 10100 0 10100100 1100011 111111

Color Harmonies of #42FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FECB

Black with #42FECB

Text Example


Text Example

White with #42FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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