Html Css Color HEX #42FDCB Turquoise

📋 copy color: '#42FDCB'

red 66 ◦ green 253 ◦ blue 203

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

Shades of Turquoise #42FDCB

Tints of Turquoise #42FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

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

R = 12.64%
G = 48.47%
B = 38.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#42FDCB (or 0x42FDCB) is known color: Turquoise. HEX triplet: 42, FD and CB. RGB value is (66,253,203). Sum of RGB (Red+Green+Blue) = 66+253+203=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDCB is #BD0234. Grayscale: #BFBFBF. Windows color (decimal): -12386869 or 13368642. OLE color: 13368642.

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

Color convert

RGB 66 253 203 -
CMYK 0.74 0 0.20 0.01
HSL 163.96º 0.98% 0.63% -
HSV(B) 163.96º 0.74% 0.99% -
XYZ 48.15 75.72 68.58 -
YUV 191.39 134.55 38.57 -
System Red Green Blue C M Y K H S L
Decimal 66 253 203 0.74 0 0.20 0.01 163.96 0.98 0.63
Hex 42 FD CB 4A 0 14 1 A4 62 3F
Octal 102 375 313 112 0 24 1 244 142 77
Binary 1000010 11111101 11001011 1001010 0 10100 1 10100100 1100010 111111

Color Harmonies of #42FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FDCB

Black with #42FDCB

Text Example


Text Example

White with #42FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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