Html Css Color HEX #33DFFD Turquoise

📋 copy color: '#33DFFD'

red 51 ◦ green 223 ◦ blue 253

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

Shades of Turquoise #33DFFD

Tints of Turquoise #33DFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

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

R = 9.68%
G = 42.31%
B = 48.01%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33DFFD (or 0x33DFFD) is known color: Turquoise. HEX triplet: 33, DF and FD. RGB value is (51,223,253). Sum of RGB (Red+Green+Blue) = 51+223+253=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #33DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFFD is #CC2002. Grayscale: #AEAEAE. Windows color (decimal): -13377539 or 16637747. OLE color: 16637747.

HSL color Cylindrical-coordinate representation of color #33DFFD: hue angle of 188.91º 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 #33DFFD is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 223 253 -
CMYK 0.80 0.12 0 0.01
HSL 188.91º 0.98% 0.6% -
HSV(B) 188.91º 0.8% 0.99% -
XYZ 45.48 60.57 102.22 -
YUV 174.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 51 223 253 0.80 0.12 0 0.01 188.91 0.98 0.6
Hex 33 DF FD 50 C 0 1 BD 62 3C
Octal 63 337 375 120 14 0 1 275 142 74
Binary 110011 11011111 11111101 1010000 1100 0 1 10111101 1100010 111100

Color Harmonies of #33DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFFD

Black with #33DFFD

Text Example


Text Example

White with #33DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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