Html Css Color HEX #33FCDA Turquoise

📋 copy color: '#33FCDA'

red 51 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #33FCDA

Tints of Turquoise #33FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 9.79%
G = 48.37%
B = 41.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#33FCDA (or 0x33FCDA) is known color: Turquoise. HEX triplet: 33, FC and DA. RGB value is (51,252,218). Sum of RGB (Red+Green+Blue) = 51+252+218=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCDA is #CC0325. Grayscale: #BBBBBB. Windows color (decimal): -13370150 or 14351411. OLE color: 14351411.

HSL color Cylindrical-coordinate representation of color #33FCDA: hue angle of 169.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCDA is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 218 -
CMYK 0.80 0 0.13 0.01
HSL 169.85º 0.97% 0.59% -
HSV(B) 169.85º 0.8% 0.99% -
XYZ 48.83 75.39 78.31 -
YUV 188.03 144.91 30.26 -
System Red Green Blue C M Y K H S L
Decimal 51 252 218 0.80 0 0.13 0.01 169.85 0.97 0.59
Hex 33 FC DA 50 0 D 1 AA 61 3B
Octal 63 374 332 120 0 15 1 252 141 73
Binary 110011 11111100 11011010 1010000 0 1101 1 10101010 1100001 111011

Color Harmonies of #33FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCDA

Black with #33FCDA

Text Example


Text Example

White with #33FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,252,218); }

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

background-color css

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

 a { background-color: rgb(51,252,218); }

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

border-color css

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

 span { border-color: rgb(51,252,218); }

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