Html Css Color HEX #42CAD5 Medium Turquoise

📋 copy color: '#42CAD5'

red 66 ◦ green 202 ◦ blue 213

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

Shades of Medium Turquoise #42CAD5

Tints of Medium Turquoise #42CAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 13.72%
G = 42%
B = 44.28%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42CAD5 (or 0x42CAD5) is known color: Medium Turquoise. HEX triplet: 42, CA and D5. RGB value is (66,202,213). Sum of RGB (Red+Green+Blue) = 66+202+213=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #42CAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CAD5 is #BD352A. Grayscale: #A2A2A2. Windows color (decimal): -12399915 or 14010946. OLE color: 14010946.

HSL color Cylindrical-coordinate representation of color #42CAD5: hue angle of 184.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CAD5 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 202 213 -
CMYK 0.69 0.05 0 0.16
HSL 184.49º 0.64% 0.55% -
HSV(B) 184.49º 0.69% 0.84% -
XYZ 35.38 48.2 70.39 -
YUV 162.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 66 202 213 0.69 0.05 0 0.16 184.49 0.64 0.55
Hex 42 CA D5 45 5 0 10 B8 40 37
Octal 102 312 325 105 5 0 20 270 100 67
Binary 1000010 11001010 11010101 1000101 101 0 10000 10111000 1000000 110111

Color Harmonies of #42CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CAD5

Black with #42CAD5

Text Example


Text Example

White with #42CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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