Html Css Color HEX #42D1BB Medium Turquoise

📋 copy color: '#42D1BB'

red 66 ◦ green 209 ◦ blue 187

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

Shades of Medium Turquoise #42D1BB

Tints of Medium Turquoise #42D1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

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

R = 14.29%
G = 45.24%
B = 40.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#42D1BB (or 0x42D1BB) is known color: Medium Turquoise. HEX triplet: 42, D1 and BB. RGB value is (66,209,187). Sum of RGB (Red+Green+Blue) = 66+209+187=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #42D1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D1BB is #BD2E44. Grayscale: #A3A3A3. Windows color (decimal): -12398149 or 12308802. OLE color: 12308802.

HSL color Cylindrical-coordinate representation of color #42D1BB: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D1BB is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 187 -
CMYK 0.68 0 0.11 0.18
HSL 170.77º 0.61% 0.54% -
HSV(B) 170.77º 0.68% 0.82% -
XYZ 34.02 50.35 54.94 -
YUV 163.74 141.12 58.29 -
System Red Green Blue C M Y K H S L
Decimal 66 209 187 0.68 0 0.11 0.18 170.77 0.61 0.54
Hex 42 D1 BB 44 0 B 12 AB 3D 36
Octal 102 321 273 104 0 13 22 253 75 66
Binary 1000010 11010001 10111011 1000100 0 1011 10010 10101011 111101 110110

Color Harmonies of #42D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D1BB

Black with #42D1BB

Text Example


Text Example

White with #42D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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