Html Css Color HEX #42CBBD Medium Turquoise

📋 copy color: '#42CBBD'

red 66 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #42CBBD

Tints of Medium Turquoise #42CBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 14.41%
G = 44.32%
B = 41.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#42CBBD (or 0x42CBBD) is known color: Medium Turquoise. HEX triplet: 42, CB and BD. RGB value is (66,203,189). Sum of RGB (Red+Green+Blue) = 66+203+189=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBD is #BD3442. Grayscale: #A0A0A0. Windows color (decimal): -12399683 or 12438338. OLE color: 12438338.

HSL color Cylindrical-coordinate representation of color #42CBBD: hue angle of 173.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBBD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 189 -
CMYK 0.67 0 0.07 0.20
HSL 173.87º 0.57% 0.53% -
HSV(B) 173.87º 0.67% 0.8% -
XYZ 32.79 47.54 55.59 -
YUV 160.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 66 203 189 0.67 0 0.07 0.20 173.87 0.57 0.53
Hex 42 CB BD 43 0 7 14 AE 39 35
Octal 102 313 275 103 0 7 24 256 71 65
Binary 1000010 11001011 10111101 1000011 0 111 10100 10101110 111001 110101

Color Harmonies of #42CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBBD

Black with #42CBBD

Text Example


Text Example

White with #42CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,203,189); }

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

background-color css

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

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

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

border-color css

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

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

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