Html Css Color HEX #32CBDA Medium Turquoise

📋 copy color: '#32CBDA'

red 50 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #32CBDA

Tints of Medium Turquoise #32CBDA

RGB

 RED value IS 50 (19.92% from 255) = 10.62%

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 10.62%
G = 43.1%
B = 46.28%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#32CBDA (or 0x32CBDA) is known color: Medium Turquoise. HEX triplet: 32, CB and DA. RGB value is (50,203,218). Sum of RGB (Red+Green+Blue) = 50+203+218=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #32CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDA is #CD3425. Grayscale: #9E9E9E. Windows color (decimal): -13448230 or 14338866. OLE color: 14338866.

HSL color Cylindrical-coordinate representation of color #32CBDA: hue angle of 185.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CBDA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 203 218 -
CMYK 0.77 0.07 0 0.15
HSL 185.36º 0.69% 0.53% -
HSV(B) 185.36º 0.77% 0.85% -
XYZ 35.33 48.45 73.82 -
YUV 158.96 161.31 50.28 -
System Red Green Blue C M Y K H S L
Decimal 50 203 218 0.77 0.07 0 0.15 185.36 0.69 0.53
Hex 32 CB DA 4D 7 0 F B9 45 35
Octal 62 313 332 115 7 0 17 271 105 65
Binary 110010 11001011 11011010 1001101 111 0 1111 10111001 1000101 110101

Color Harmonies of #32CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CBDA

Black with #32CBDA

Text Example


Text Example

White with #32CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CBDA; }

 p { color: rgb(50,203,218); }

 H1.HeaderClassName
 {
   color: #32CBDA;
 }
 .AnyTagClassName
 {
   color: #32CBDA;
 }
</style>

background-color css

<style>
 a { background-color: #32CBDA; }

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

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

border-color css

<style>
 span { border-color: #32CBDA; }

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

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