Html Css Color HEX #42BEBB Medium Turquoise

📋 copy color: '#42BEBB'

red 66 ◦ green 190 ◦ blue 187

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

Shades of Medium Turquoise #42BEBB

Tints of Medium Turquoise #42BEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

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

R = 14.9%
G = 42.89%
B = 42.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#42BEBB (or 0x42BEBB) is known color: Medium Turquoise. HEX triplet: 42, BE and BB. RGB value is (66,190,187). Sum of RGB (Red+Green+Blue) = 66+190+187=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEBB is #BD4144. Grayscale: #989898. Windows color (decimal): -12403013 or 12303938. OLE color: 12303938.

HSL color Cylindrical-coordinate representation of color #42BEBB: hue angle of 178.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BEBB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 187 -
CMYK 0.65 0 0.02 0.25
HSL 178.55º 0.49% 0.5% -
HSV(B) 178.55º 0.65% 0.75% -
XYZ 29.63 41.57 53.48 -
YUV 152.58 147.42 66.24 -
System Red Green Blue C M Y K H S L
Decimal 66 190 187 0.65 0 0.02 0.25 178.55 0.49 0.5
Hex 42 BE BB 41 0 2 19 B3 31 32
Octal 102 276 273 101 0 2 31 263 61 62
Binary 1000010 10111110 10111011 1000001 0 10 11001 10110011 110001 110010

Color Harmonies of #42BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEBB

Black with #42BEBB

Text Example


Text Example

White with #42BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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