Html Css Color HEX #33CBDC Medium Turquoise

📋 copy color: '#33CBDC'

red 51 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #33CBDC

Tints of Medium Turquoise #33CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 10.76%
G = 42.83%
B = 46.41%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33CBDC (or 0x33CBDC) is known color: Medium Turquoise. HEX triplet: 33, CB and DC. RGB value is (51,203,220). Sum of RGB (Red+Green+Blue) = 51+203+220=474 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.76% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #33CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBDC is #CC3423. Grayscale: #9F9F9F. Windows color (decimal): -13382692 or 14469939. OLE color: 14469939.

HSL color Cylindrical-coordinate representation of color #33CBDC: hue angle of 186.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CBDC is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 203 220 -
CMYK 0.77 0.08 0 0.14
HSL 186.04º 0.71% 0.53% -
HSV(B) 186.04º 0.77% 0.86% -
XYZ 35.64 48.58 75.21 -
YUV 159.49 162.14 50.62 -
System Red Green Blue C M Y K H S L
Decimal 51 203 220 0.77 0.08 0 0.14 186.04 0.71 0.53
Hex 33 CB DC 4D 8 0 E BA 47 35
Octal 63 313 334 115 10 0 16 272 107 65
Binary 110011 11001011 11011100 1001101 1000 0 1110 10111010 1000111 110101

Color Harmonies of #33CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CBDC

Black with #33CBDC

Text Example


Text Example

White with #33CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,203,220); }

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

background-color css

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

 a { background-color: rgb(51,203,220); }

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

border-color css

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

 span { border-color: rgb(51,203,220); }

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