Html Css Color HEX #33CEBF Medium Turquoise

📋 copy color: '#33CEBF'

red 51 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #33CEBF

Tints of Medium Turquoise #33CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 191 (75% from 255) = 42.63%

R = 11.38%
G = 45.98%
B = 42.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#33CEBF (or 0x33CEBF) is known color: Medium Turquoise. HEX triplet: 33, CE and BF. RGB value is (51,206,191). Sum of RGB (Red+Green+Blue) = 51+206+191=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEBF is #CC3140. Grayscale: #9D9D9D. Windows color (decimal): -13381953 or 12570163. OLE color: 12570163.

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

Color convert

RGB 51 206 191 -
CMYK 0.75 0 0.07 0.19
HSL 174.19º 0.61% 0.5% -
HSV(B) 174.19º 0.75% 0.81% -
XYZ 32.84 48.61 56.94 -
YUV 157.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 51 206 191 0.75 0 0.07 0.19 174.19 0.61 0.5
Hex 33 CE BF 4B 0 7 13 AE 3D 32
Octal 63 316 277 113 0 7 23 256 75 62
Binary 110011 11001110 10111111 1001011 0 111 10011 10101110 111101 110010

Color Harmonies of #33CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CEBF

Black with #33CEBF

Text Example


Text Example

White with #33CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,206,191); }

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

background-color css

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

 a { background-color: rgb(51,206,191); }

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

border-color css

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

 span { border-color: rgb(51,206,191); }

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