Html Css Color HEX #42BFBC Medium Turquoise

📋 copy color: '#42BFBC'

red 66 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #42BFBC

Tints of Medium Turquoise #42BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

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

R = 14.83%
G = 42.92%
B = 42.25%

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

#42BFBC (or 0x42BFBC) is known color: Medium Turquoise. HEX triplet: 42, BF and BC. RGB value is (66,191,188). Sum of RGB (Red+Green+Blue) = 66+191+188=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFBC is #BD4043. Grayscale: #999999. Windows color (decimal): -12402756 or 12369730. OLE color: 12369730.

HSL color Cylindrical-coordinate representation of color #42BFBC: hue angle of 178.56º 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 #42BFBC is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 188 -
CMYK 0.65 0 0.02 0.25
HSL 178.56º 0.49% 0.5% -
HSV(B) 178.56º 0.65% 0.75% -
XYZ 29.95 42.05 54.11 -
YUV 153.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 66 191 188 0.65 0 0.02 0.25 178.56 0.49 0.5
Hex 42 BF BC 41 0 2 19 B3 31 32
Octal 102 277 274 101 0 2 31 263 61 62
Binary 1000010 10111111 10111100 1000001 0 10 11001 10110011 110001 110010

Color Harmonies of #42BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFBC

Black with #42BFBC

Text Example


Text Example

White with #42BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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