Html Css Color HEX #42CABB Medium Turquoise

📋 copy color: '#42CABB'

red 66 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #42CABB

Tints of Medium Turquoise #42CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 14.51%
G = 44.4%
B = 41.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#42CABB (or 0x42CABB) is known color: Medium Turquoise. HEX triplet: 42, CA and BB. RGB value is (66,202,187). Sum of RGB (Red+Green+Blue) = 66+202+187=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #42CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CABB is #BD3544. Grayscale: #9F9F9F. Windows color (decimal): -12399941 or 12307010. OLE color: 12307010.

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

Color convert

RGB 66 202 187 -
CMYK 0.67 0 0.07 0.21
HSL 173.38º 0.56% 0.53% -
HSV(B) 173.38º 0.67% 0.79% -
XYZ 32.34 46.99 54.38 -
YUV 159.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 66 202 187 0.67 0 0.07 0.21 173.38 0.56 0.53
Hex 42 CA BB 43 0 7 15 AD 38 35
Octal 102 312 273 103 0 7 25 255 70 65
Binary 1000010 11001010 10111011 1000011 0 111 10101 10101101 111000 110101

Color Harmonies of #42CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CABB

Black with #42CABB

Text Example


Text Example

White with #42CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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