Html Css Color HEX #42CBBC Medium Turquoise

📋 copy color: '#42CBBC'

red 66 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #42CBBC

Tints of Medium Turquoise #42CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 14.44%
G = 44.42%
B = 41.14%

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

#42CBBC (or 0x42CBBC) is known color: Medium Turquoise. HEX triplet: 42, CB and BC. RGB value is (66,203,188). Sum of RGB (Red+Green+Blue) = 66+203+188=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBC is #BD3443. Grayscale: #A0A0A0. Windows color (decimal): -12399684 or 12372802. OLE color: 12372802.

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

Color convert

RGB 66 203 188 -
CMYK 0.67 0 0.07 0.20
HSL 173.43º 0.57% 0.53% -
HSV(B) 173.43º 0.67% 0.8% -
XYZ 32.68 47.5 55.02 -
YUV 160.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 66 203 188 0.67 0 0.07 0.20 173.43 0.57 0.53
Hex 42 CB BC 43 0 7 14 AD 39 35
Octal 102 313 274 103 0 7 24 255 71 65
Binary 1000010 11001011 10111100 1000011 0 111 10100 10101101 111001 110101

Color Harmonies of #42CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBBC

Black with #42CBBC

Text Example


Text Example

White with #42CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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