Html Css Color HEX #33CEDF Medium Turquoise

📋 copy color: '#33CEDF'

red 51 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #33CEDF

Tints of Medium Turquoise #33CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 10.63%
G = 42.92%
B = 46.46%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33CEDF (or 0x33CEDF) is known color: Medium Turquoise. HEX triplet: 33, CE and DF. RGB value is (51,206,223). Sum of RGB (Red+Green+Blue) = 51+206+223=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #33CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEDF is #CC3120. Grayscale: #A1A1A1. Windows color (decimal): -13381921 or 14667315. OLE color: 14667315.

HSL color Cylindrical-coordinate representation of color #33CEDF: hue angle of 185.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CEDF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 206 223 -
CMYK 0.77 0.08 0 0.13
HSL 185.93º 0.73% 0.54% -
HSV(B) 185.93º 0.77% 0.87% -
XYZ 36.76 50.17 77.56 -
YUV 161.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 51 206 223 0.77 0.08 0 0.13 185.93 0.73 0.54
Hex 33 CE DF 4D 8 0 D BA 49 36
Octal 63 316 337 115 10 0 15 272 111 66
Binary 110011 11001110 11011111 1001101 1000 0 1101 10111010 1001001 110110

Color Harmonies of #33CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CEDF

Black with #33CEDF

Text Example


Text Example

White with #33CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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