Html Css Color HEX #33BEC8 Medium Turquoise

📋 copy color: '#33BEC8'

red 51 ◦ green 190 ◦ blue 200

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

Shades of Medium Turquoise #33BEC8

Tints of Medium Turquoise #33BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 11.56%
G = 43.08%
B = 45.35%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#33BEC8 (or 0x33BEC8) is known color: Medium Turquoise. HEX triplet: 33, BE and C8. RGB value is (51,190,200). Sum of RGB (Red+Green+Blue) = 51+190+200=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #33BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BEC8 is #CC4137. Grayscale: #959595. Windows color (decimal): -13386040 or 13155891. OLE color: 13155891.

HSL color Cylindrical-coordinate representation of color #33BEC8: hue angle of 184.03º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BEC8 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 190 200 -
CMYK 0.74 0.05 0 0.22
HSL 184.03º 0.59% 0.49% -
HSV(B) 184.03º 0.75% 0.78% -
XYZ 30.2 41.7 61.1 -
YUV 149.58 156.45 57.69 -
System Red Green Blue C M Y K H S L
Decimal 51 190 200 0.74 0.05 0 0.22 184.03 0.59 0.49
Hex 33 BE C8 4A 5 0 16 B8 3B 31
Octal 63 276 310 112 5 0 26 270 73 61
Binary 110011 10111110 11001000 1001010 101 0 10110 10111000 111011 110001

Color Harmonies of #33BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BEC8

Black with #33BEC8

Text Example


Text Example

White with #33BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,190,200); }

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

background-color css

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

 a { background-color: rgb(51,190,200); }

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

border-color css

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

 span { border-color: rgb(51,190,200); }

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