Html Css Color HEX #42CCCB Medium Turquoise

📋 copy color: '#42CCCB'

red 66 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #42CCCB

Tints of Medium Turquoise #42CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

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

R = 13.95%
G = 43.13%
B = 42.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#42CCCB (or 0x42CCCB) is known color: Medium Turquoise. HEX triplet: 42, CC and CB. RGB value is (66,204,203). Sum of RGB (Red+Green+Blue) = 66+204+203=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCCB is #BD3334. Grayscale: #A2A2A2. Windows color (decimal): -12399413 or 13356098. OLE color: 13356098.

HSL color Cylindrical-coordinate representation of color #42CCCB: hue angle of 179.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCCB is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 203 -
CMYK 0.68 0 0.00 0.2
HSL 179.57º 0.58% 0.53% -
HSV(B) 179.57º 0.68% 0.8% -
XYZ 34.62 48.66 64.07 -
YUV 162.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 66 204 203 0.68 0 0.00 0.2 179.57 0.58 0.53
Hex 42 CC CB 44 0 0 14 B4 3A 35
Octal 102 314 313 104 0 0 24 264 72 65
Binary 1000010 11001100 11001011 1000100 0 0 10100 10110100 111010 110101

Color Harmonies of #42CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCCB

Black with #42CCCB

Text Example


Text Example

White with #42CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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