Html Css Color HEX #42CBBB Medium Turquoise

📋 copy color: '#42CBBB'

red 66 ◦ green 203 ◦ blue 187

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

Shades of Medium Turquoise #42CBBB

Tints of Medium Turquoise #42CBBB

RGB

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

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

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

R = 14.47%
G = 44.52%
B = 41.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#42CBBB (or 0x42CBBB) is known color: Medium Turquoise. HEX triplet: 42, CB and BB. RGB value is (66,203,187). Sum of RGB (Red+Green+Blue) = 66+203+187=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBB is #BD3444. Grayscale: #A0A0A0. Windows color (decimal): -12399685 or 12307266. OLE color: 12307266.

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

Color convert

RGB 66 203 187 -
CMYK 0.67 0 0.08 0.20
HSL 172.99º 0.57% 0.53% -
HSV(B) 172.99º 0.67% 0.8% -
XYZ 32.57 47.46 54.46 -
YUV 160.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 66 203 187 0.67 0 0.08 0.20 172.99 0.57 0.53
Hex 42 CB BB 43 0 8 14 AD 39 35
Octal 102 313 273 103 0 10 24 255 71 65
Binary 1000010 11001011 10111011 1000011 0 1000 10100 10101101 111001 110101

Color Harmonies of #42CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBBB

Black with #42CBBB

Text Example


Text Example

White with #42CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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