Html Css Color HEX #33CFDF Medium Turquoise

📋 copy color: '#33CFDF'

red 51 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #33CFDF

Tints of Medium Turquoise #33CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 10.6%
G = 43.04%
B = 46.36%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33CFDF (or 0x33CFDF) is known color: Medium Turquoise. HEX triplet: 33, CF and DF. RGB value is (51,207,223). Sum of RGB (Red+Green+Blue) = 51+207+223=481 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.60% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #33CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFDF is #CC3020. Grayscale: #A1A1A1. Windows color (decimal): -13381665 or 14667571. OLE color: 14667571.

HSL color Cylindrical-coordinate representation of color #33CFDF: hue angle of 185.58º 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 #33CFDF is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 207 223 -
CMYK 0.77 0.07 0 0.13
HSL 185.58º 0.73% 0.54% -
HSV(B) 185.58º 0.77% 0.87% -
XYZ 37 50.66 77.64 -
YUV 162.18 162.32 48.7 -
System Red Green Blue C M Y K H S L
Decimal 51 207 223 0.77 0.07 0 0.13 185.58 0.73 0.54
Hex 33 CF DF 4D 7 0 D BA 49 36
Octal 63 317 337 115 7 0 15 272 111 66
Binary 110011 11001111 11011111 1001101 111 0 1101 10111010 1001001 110110

Color Harmonies of #33CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFDF

Black with #33CFDF

Text Example


Text Example

White with #33CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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