#3DE5FD

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

Shades of Turquoise #3DE5FD

Tints of Turquoise #3DE5FD

Color information

#3DE5FD (or 0x3DE5FD) is unknown color: approx Turquoise. HEX triplet: 3D, E5 and FD. RGB value is (61,229,253). Sum of RGB (Red+Green+Blue) = 61+229+253=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE5FD is #C21A02. Grayscale: #B5B5B5. Windows color (decimal): -12720643 or 16639293. OLE color: 16639293.

HSL color Cylindrical-coordinate representation of color #3DE5FD: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DE5FD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61229253-
CMYK0.760.0900.01
HSL187.5º97.96%61.57%-
HSV(B)187.5º75.89%99.22%-
XYZ47.6764.12102.79-
YUV181.5168.3442.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.23%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=11.23%
G=42.17%
B=46.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612292530.760.0900.01187.597.9661.57
Hex3DE5FD4C901bc623e
Octal75345375114110127414276
Binary11110111100101111111011001100100101101111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,229,253); }

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

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

 a { background-color: rgb(61,229,253); }

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

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

 span { border-color: rgb(61,229,253); }

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