Html Css Color HEX #42CACA Medium Turquoise

📋 copy color: '#42CACA'

red 66 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #42CACA

Tints of Medium Turquoise #42CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 14.04%
G = 42.98%
B = 42.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#42CACA (or 0x42CACA) is known color: Medium Turquoise. HEX triplet: 42, CA and CA. RGB value is (66,202,202). Sum of RGB (Red+Green+Blue) = 66+202+202=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #42CACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CACA is #BD3535. Grayscale: #A1A1A1. Windows color (decimal): -12399926 or 13290050. OLE color: 13290050.

HSL color Cylindrical-coordinate representation of color #42CACA: hue angle of 180º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CACA is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 202 -
CMYK 0.67 0 0 0.21
HSL 180º 0.56% 0.53% -
HSV(B) 180º 0.67% 0.79% -
XYZ 34.03 47.66 63.28 -
YUV 161.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 66 202 202 0.67 0 0 0.21 180 0.56 0.53
Hex 42 CA CA 43 0 0 15 B4 38 35
Octal 102 312 312 103 0 0 25 264 70 65
Binary 1000010 11001010 11001010 1000011 0 0 10101 10110100 111000 110101

Color Harmonies of #42CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CACA

Black with #42CACA

Text Example


Text Example

White with #42CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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