#3DDBF8

Color #3DDBF8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DDBF8

Tints of Turquoise #3DDBF8

Color information

#3DDBF8 (or 0x3DDBF8) is unknown color: approx Turquoise. HEX triplet: 3D, DB and F8. RGB value is (61,219,248). Sum of RGB (Red+Green+Blue) = 61+219+248=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DDBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBF8 is #C22407. Grayscale: #AEAEAE. Windows color (decimal): -12723208 or 16309053. OLE color: 16309053.

HSL color Cylindrical-coordinate representation of color #3DDBF8: hue angle of 189.3º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDBF8 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61219248-
CMYK0.750.1200.03
HSL189.3º93.03%60.59%-
HSV(B)189.3º75.4%97.25%-
XYZ44.258.4397.76-
YUV175.06169.1546.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.55%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=11.55%
G=41.48%
B=46.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612192480.750.1200.03189.393.0360.59
Hex3DDBF84BC03bd5d3d
Octal75333370113140327513575
Binary111101110110111111100010010111100011101111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DDBF8; }

 p { color: rgb(61,219,248); }

 H1.HeaderClassName
 {
   color: #3DDBF8;
 }
 .AnyTagClassName
 {
   color: #3DDBF8;
 }
</style>
background-color css

<style>
 a { background-color: #3DDBF8; }

 a { background-color: rgb(61,219,248); }

 div.DivClassName
 {
   background-color: #3DDBF8;
 }
 .BgClassName
 {
   background-color: #3DDBF8;
 }
</style>
border-color css

<style>
 span { border-color: #3DDBF8; }

 span { border-color: rgb(61,219,248); }

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