#3DE4FE

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

Shades of Turquoise #3DE4FE

Tints of Turquoise #3DE4FE

Color information

#3DE4FE (or 0x3DE4FE) is unknown color: approx Turquoise. HEX triplet: 3D, E4 and FE. RGB value is (61,228,254). Sum of RGB (Red+Green+Blue) = 61+228+254=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DE4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE4FE is #C21B01. Grayscale: #B4B4B4. Windows color (decimal): -12720898 or 16704573. OLE color: 16704573.

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

Color convert

RGB61228254-
CMYK0.760.1000.00
HSL188.08º98.97%61.76%-
HSV(B)188.08º75.98%99.61%-
XYZ47.5663.63103.54-
YUV181.03169.1742.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.23%
GREEN value IS 228 (89.45% from 255) = 41.99%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=11.23%
G=41.99%
B=46.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal612282540.760.1000.00188.0898.9761.76
Hex3DE4FE4CA00bc633e
Octal75344376114120027414376
Binary11110111100100111111101001100101000101111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,228,254); }

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

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

 a { background-color: rgb(61,228,254); }

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

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

 span { border-color: rgb(61,228,254); }

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