Html Css Color HEX #33CFBC Medium Turquoise

📋 copy color: '#33CFBC'

red 51 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #33CFBC

Tints of Medium Turquoise #33CFBC

RGB

 RED value IS 51 (20.31% from 255) = 11.43%

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 11.43%
G = 46.41%
B = 42.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#33CFBC (or 0x33CFBC) is known color: Medium Turquoise. HEX triplet: 33, CF and BC. RGB value is (51,207,188). Sum of RGB (Red+Green+Blue) = 51+207+188=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFBC is #CC3043. Grayscale: #9E9E9E. Windows color (decimal): -13381700 or 12373811. OLE color: 12373811.

HSL color Cylindrical-coordinate representation of color #33CFBC: hue angle of 172.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CFBC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 188 -
CMYK 0.75 0 0.09 0.19
HSL 172.69º 0.62% 0.51% -
HSV(B) 172.69º 0.75% 0.81% -
XYZ 32.76 48.96 55.3 -
YUV 158.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 51 207 188 0.75 0 0.09 0.19 172.69 0.62 0.51
Hex 33 CF BC 4B 0 9 13 AD 3E 33
Octal 63 317 274 113 0 11 23 255 76 63
Binary 110011 11001111 10111100 1001011 0 1001 10011 10101101 111110 110011

Color Harmonies of #33CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFBC

Black with #33CFBC

Text Example


Text Example

White with #33CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CFBC; }

 p { color: rgb(51,207,188); }

 H1.HeaderClassName
 {
   color: #33CFBC;
 }
 .AnyTagClassName
 {
   color: #33CFBC;
 }
</style>

background-color css

<style>
 a { background-color: #33CFBC; }

 a { background-color: rgb(51,207,188); }

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

border-color css

<style>
 span { border-color: #33CFBC; }

 span { border-color: rgb(51,207,188); }

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