Html Css Color HEX #33EAFD Turquoise

📋 copy color: '#33EAFD'

red 51 ◦ green 234 ◦ blue 253

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

Shades of Turquoise #33EAFD

Tints of Turquoise #33EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 9.48%
G = 43.49%
B = 47.03%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33EAFD (or 0x33EAFD) is known color: Turquoise. HEX triplet: 33, EA and FD. RGB value is (51,234,253). Sum of RGB (Red+Green+Blue) = 51+234+253=538 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.48% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #33EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EAFD is #CC1502. Grayscale: #B5B5B5. Windows color (decimal): -13374723 or 16640563. OLE color: 16640563.

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

Color convert

RGB 51 234 253 -
CMYK 0.80 0.08 0 0.01
HSL 185.64º 0.98% 0.6% -
HSV(B) 185.64º 0.8% 0.99% -
XYZ 48.52 66.64 103.23 -
YUV 181.45 168.37 34.96 -
System Red Green Blue C M Y K H S L
Decimal 51 234 253 0.80 0.08 0 0.01 185.64 0.98 0.6
Hex 33 EA FD 50 8 0 1 BA 62 3C
Octal 63 352 375 120 10 0 1 272 142 74
Binary 110011 11101010 11111101 1010000 1000 0 1 10111010 1100010 111100

Color Harmonies of #33EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EAFD

Black with #33EAFD

Text Example


Text Example

White with #33EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,234,253); }

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

background-color css

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

 a { background-color: rgb(51,234,253); }

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

border-color css

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

 span { border-color: rgb(51,234,253); }

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