Html Css Color HEX #33CFBA Medium Turquoise

📋 copy color: '#33CFBA'

red 51 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #33CFBA

Tints of Medium Turquoise #33CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 11.49%
G = 46.62%
B = 41.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#33CFBA (or 0x33CFBA) is known color: Medium Turquoise. HEX triplet: 33, CF and BA. RGB value is (51,207,186). Sum of RGB (Red+Green+Blue) = 51+207+186=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFBA is #CC3045. Grayscale: #9D9D9D. Windows color (decimal): -13381702 or 12242739. OLE color: 12242739.

HSL color Cylindrical-coordinate representation of color #33CFBA: hue angle of 171.92º 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 #33CFBA is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 186 -
CMYK 0.75 0 0.10 0.19
HSL 171.92º 0.62% 0.51% -
HSV(B) 171.92º 0.75% 0.81% -
XYZ 32.54 48.87 54.17 -
YUV 157.96 143.82 51.71 -
System Red Green Blue C M Y K H S L
Decimal 51 207 186 0.75 0 0.10 0.19 171.92 0.62 0.51
Hex 33 CF BA 4B 0 A 13 AC 3E 33
Octal 63 317 272 113 0 12 23 254 76 63
Binary 110011 11001111 10111010 1001011 0 1010 10011 10101100 111110 110011

Color Harmonies of #33CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFBA

Black with #33CFBA

Text Example


Text Example

White with #33CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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