Html Css Color HEX #33CBCB Medium Turquoise

📋 copy color: '#33CBCB'

red 51 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #33CBCB

Tints of Medium Turquoise #33CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 11.16%
G = 44.42%
B = 44.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#33CBCB (or 0x33CBCB) is known color: Medium Turquoise. HEX triplet: 33, CB and CB. RGB value is (51,203,203). Sum of RGB (Red+Green+Blue) = 51+203+203=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #33CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBCB is #CC3434. Grayscale: #9D9D9D. Windows color (decimal): -13382709 or 13355827. OLE color: 13355827.

HSL color Cylindrical-coordinate representation of color #33CBCB: hue angle of 180º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CBCB is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 203 203 -
CMYK 0.75 0 0 0.20
HSL 180º 0.6% 0.5% -
HSV(B) 180º 0.75% 0.8% -
XYZ 33.5 47.73 63.95 -
YUV 157.55 153.64 52 -
System Red Green Blue C M Y K H S L
Decimal 51 203 203 0.75 0 0 0.20 180 0.6 0.5
Hex 33 CB CB 4B 0 0 14 B4 3C 32
Octal 63 313 313 113 0 0 24 264 74 62
Binary 110011 11001011 11001011 1001011 0 0 10100 10110100 111100 110010

Color Harmonies of #33CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CBCB

Black with #33CBCB

Text Example


Text Example

White with #33CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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