Html Css Color HEX #33F6CB Turquoise

📋 copy color: '#33F6CB'

red 51 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #33F6CB

Tints of Turquoise #33F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 10.2%
G = 49.2%
B = 40.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#33F6CB (or 0x33F6CB) is known color: Turquoise. HEX triplet: 33, F6 and CB. RGB value is (51,246,203). Sum of RGB (Red+Green+Blue) = 51+246+203=500 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F6CB is #CC0934. Grayscale: #B6B6B6. Windows color (decimal): -13371701 or 13366835. OLE color: 13366835.

HSL color Cylindrical-coordinate representation of color #33F6CB: hue angle of 166.77º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F6CB is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 246 203 -
CMYK 0.79 0 0.17 0.04
HSL 166.77º 0.92% 0.58% -
HSV(B) 166.77º 0.79% 0.96% -
XYZ 45.1 70.93 67.81 -
YUV 182.79 139.4 34 -
System Red Green Blue C M Y K H S L
Decimal 51 246 203 0.79 0 0.17 0.04 166.77 0.92 0.58
Hex 33 F6 CB 4F 0 11 4 A7 5C 3A
Octal 63 366 313 117 0 21 4 247 134 72
Binary 110011 11110110 11001011 1001111 0 10001 100 10100111 1011100 111010

Color Harmonies of #33F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F6CB

Black with #33F6CB

Text Example


Text Example

White with #33F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,246,203); }

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

background-color css

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

 a { background-color: rgb(51,246,203); }

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

border-color css

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

 span { border-color: rgb(51,246,203); }

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