Html Css Color HEX #42CABE Medium Turquoise

📋 copy color: '#42CABE'

red 66 ◦ green 202 ◦ blue 190

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

Shades of Medium Turquoise #42CABE

Tints of Medium Turquoise #42CABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 14.41%
G = 44.1%
B = 41.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#42CABE (or 0x42CABE) is known color: Medium Turquoise. HEX triplet: 42, CA and BE. RGB value is (66,202,190). Sum of RGB (Red+Green+Blue) = 66+202+190=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #42CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CABE is #BD3541. Grayscale: #9F9F9F. Windows color (decimal): -12399938 or 12503618. OLE color: 12503618.

HSL color Cylindrical-coordinate representation of color #42CABE: hue angle of 174.71º 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 #42CABE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 190 -
CMYK 0.67 0 0.06 0.21
HSL 174.71º 0.56% 0.53% -
HSV(B) 174.71º 0.67% 0.79% -
XYZ 32.66 47.12 56.09 -
YUV 159.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 66 202 190 0.67 0 0.06 0.21 174.71 0.56 0.53
Hex 42 CA BE 43 0 6 15 AF 38 35
Octal 102 312 276 103 0 6 25 257 70 65
Binary 1000010 11001010 10111110 1000011 0 110 10101 10101111 111000 110101

Color Harmonies of #42CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CABE

Black with #42CABE

Text Example


Text Example

White with #42CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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