Html Css Color HEX #33D9F1 Turquoise

📋 copy color: '#33D9F1'

red 51 ◦ green 217 ◦ blue 241

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

Shades of Turquoise #33D9F1

Tints of Turquoise #33D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 241 (94.53% from 255) = 47.35%

R = 10.02%
G = 42.63%
B = 47.35%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#33D9F1 (or 0x33D9F1) is known color: Turquoise. HEX triplet: 33, D9 and F1. RGB value is (51,217,241). Sum of RGB (Red+Green+Blue) = 51+217+241=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #33D9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D9F1 is #CC260E. Grayscale: #A9A9A9. Windows color (decimal): -13379087 or 15849779. OLE color: 15849779.

HSL color Cylindrical-coordinate representation of color #33D9F1: hue angle of 187.58º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33D9F1 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 217 241 -
CMYK 0.79 0.10 0 0.05
HSL 187.58º 0.87% 0.57% -
HSV(B) 187.58º 0.79% 0.95% -
XYZ 42.06 56.68 91.94 -
YUV 170.1 168 43.05 -
System Red Green Blue C M Y K H S L
Decimal 51 217 241 0.79 0.10 0 0.05 187.58 0.87 0.57
Hex 33 D9 F1 4F A 0 5 BC 57 39
Octal 63 331 361 117 12 0 5 274 127 71
Binary 110011 11011001 11110001 1001111 1010 0 101 10111100 1010111 111001

Color Harmonies of #33D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D9F1

Black with #33D9F1

Text Example


Text Example

White with #33D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,217,241); }

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

background-color css

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

 a { background-color: rgb(51,217,241); }

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

border-color css

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

 span { border-color: rgb(51,217,241); }

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