Html Css Color HEX #33CFE3 Medium Turquoise

📋 copy color: '#33CFE3'

red 51 ◦ green 207 ◦ blue 227

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

Shades of Medium Turquoise #33CFE3

Tints of Medium Turquoise #33CFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 10.52%
G = 42.68%
B = 46.8%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#33CFE3 (or 0x33CFE3) is known color: Medium Turquoise. HEX triplet: 33, CF and E3. RGB value is (51,207,227). Sum of RGB (Red+Green+Blue) = 51+207+227=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #33CFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFE3 is #CC301C. Grayscale: #A2A2A2. Windows color (decimal): -13381661 or 14929715. OLE color: 14929715.

HSL color Cylindrical-coordinate representation of color #33CFE3: hue angle of 186.82º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33CFE3 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 207 227 -
CMYK 0.78 0.09 0 0.11
HSL 186.82º 0.76% 0.55% -
HSV(B) 186.82º 0.78% 0.89% -
XYZ 37.54 50.88 80.51 -
YUV 162.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 51 207 227 0.78 0.09 0 0.11 186.82 0.76 0.55
Hex 33 CF E3 4E 9 0 B BB 4C 37
Octal 63 317 343 116 11 0 13 273 114 67
Binary 110011 11001111 11100011 1001110 1001 0 1011 10111011 1001100 110111

Color Harmonies of #33CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFE3

Black with #33CFE3

Text Example


Text Example

White with #33CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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