#3DE2FC

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

Shades of Turquoise #3DE2FC

Tints of Turquoise #3DE2FC

Color information

#3DE2FC (or 0x3DE2FC) is unknown color: approx Turquoise. HEX triplet: 3D, E2 and FC. RGB value is (61,226,252). Sum of RGB (Red+Green+Blue) = 61+226+252=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DE2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE2FC is #C21D03. Grayscale: #B3B3B3. Windows color (decimal): -12721412 or 16572989. OLE color: 16572989.

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

Color convert

RGB61226252-
CMYK0.760.1000.01
HSL188.17º96.95%61.37%-
HSV(B)188.17º75.79%98.82%-
XYZ46.6962.41101.68-
YUV179.63168.8443.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.32%
GREEN value IS 226 (88.67% from 255) = 41.93%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=11.32%
G=41.93%
B=46.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612262520.760.1000.01188.1796.9561.37
Hex3DE2FC4CA01bc613d
Octal75342374114120127414175
Binary11110111100010111111001001100101001101111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,226,252); }

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

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

 a { background-color: rgb(61,226,252); }

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

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

 span { border-color: rgb(61,226,252); }

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