Html Css Color HEX #42CBCC Medium Turquoise

📋 copy color: '#42CBCC'

red 66 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #42CBCC

Tints of Medium Turquoise #42CBCC

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #42CBCC: hue angle of 180.43º 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 #42CBCC is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

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

Color Harmonies of #42CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBCC

Black with #42CBCC

Text Example


Text Example

White with #42CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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