Html Css Color HEX #33CFC1 Medium Turquoise

📋 copy color: '#33CFC1'

red 51 ◦ green 207 ◦ blue 193

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

Shades of Medium Turquoise #33CFC1

Tints of Medium Turquoise #33CFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 11.31%
G = 45.9%
B = 42.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#33CFC1 (or 0x33CFC1) is known color: Medium Turquoise. HEX triplet: 33, CF and C1. RGB value is (51,207,193). Sum of RGB (Red+Green+Blue) = 51+207+193=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFC1 is #CC303E. Grayscale: #9E9E9E. Windows color (decimal): -13381695 or 12701491. OLE color: 12701491.

HSL color Cylindrical-coordinate representation of color #33CFC1: hue angle of 174.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CFC1 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 193 -
CMYK 0.75 0 0.07 0.19
HSL 174.62º 0.62% 0.51% -
HSV(B) 174.62º 0.75% 0.81% -
XYZ 33.3 49.18 58.19 -
YUV 158.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 51 207 193 0.75 0 0.07 0.19 174.62 0.62 0.51
Hex 33 CF C1 4B 0 7 13 AF 3E 33
Octal 63 317 301 113 0 7 23 257 76 63
Binary 110011 11001111 11000001 1001011 0 111 10011 10101111 111110 110011

Color Harmonies of #33CFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFC1

Black with #33CFC1

Text Example


Text Example

White with #33CFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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