Html Css Color HEX #42CACD Medium Turquoise

📋 copy color: '#42CACD'

red 66 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #42CACD

Tints of Medium Turquoise #42CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 13.95%
G = 42.71%
B = 43.34%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#42CACD (or 0x42CACD) is known color: Medium Turquoise. HEX triplet: 42, CA and CD. RGB value is (66,202,205). Sum of RGB (Red+Green+Blue) = 66+202+205=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #42CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CACD is #BD3532. Grayscale: #A1A1A1. Windows color (decimal): -12399923 or 13486658. OLE color: 13486658.

HSL color Cylindrical-coordinate representation of color #42CACD: hue angle of 181.29º degrees, saturation: 0.58, 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 #42CACD is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 202 205 -
CMYK 0.68 0.01 0 0.20
HSL 181.3º 0.58% 0.53% -
HSV(B) 181.3º 0.68% 0.8% -
XYZ 34.39 47.81 65.17 -
YUV 161.68 152.44 59.76 -
System Red Green Blue C M Y K H S L
Decimal 66 202 205 0.68 0.01 0 0.20 181.3 0.58 0.53
Hex 42 CA CD 44 1 0 14 B5 3A 35
Octal 102 312 315 104 1 0 24 265 72 65
Binary 1000010 11001010 11001101 1000100 1 0 10100 10110101 111010 110101

Color Harmonies of #42CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CACD

Black with #42CACD

Text Example


Text Example

White with #42CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,205); }

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

background-color css

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

 a { background-color: rgb(66,202,205); }

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

border-color css

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

 span { border-color: rgb(66,202,205); }

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