Html Css Color HEX #33DDFE Turquoise

📋 copy color: '#33DDFE'

red 51 ◦ green 221 ◦ blue 254

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

Shades of Turquoise #33DDFE

Tints of Turquoise #33DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 9.7%
G = 42.02%
B = 48.29%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#33DDFE (or 0x33DDFE) is known color: Turquoise. HEX triplet: 33, DD and FE. RGB value is (51,221,254). Sum of RGB (Red+Green+Blue) = 51+221+254=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #33DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDFE is #CC2201. Grayscale: #ADADAD. Windows color (decimal): -13378050 or 16702771. OLE color: 16702771.

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

Color convert

RGB 51 221 254 -
CMYK 0.80 0.13 0 0.00
HSL 189.75º 0.99% 0.6% -
HSV(B) 189.75º 0.8% 1% -
XYZ 45.11 59.57 102.89 -
YUV 173.93 173.18 40.32 -
System Red Green Blue C M Y K H S L
Decimal 51 221 254 0.80 0.13 0 0.00 189.75 0.99 0.6
Hex 33 DD FE 50 D 0 0 BE 63 3C
Octal 63 335 376 120 15 0 0 276 143 74
Binary 110011 11011101 11111110 1010000 1101 0 0 10111110 1100011 111100

Color Harmonies of #33DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDFE

Black with #33DDFE

Text Example


Text Example

White with #33DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,254); }

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

background-color css

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

 a { background-color: rgb(51,221,254); }

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

border-color css

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

 span { border-color: rgb(51,221,254); }

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