Html Css Color HEX #3BE0FD Turquoise

📋 copy color: '#3BE0FD'

red 59 ◦ green 224 ◦ blue 253

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

Shades of Turquoise #3BE0FD

Tints of Turquoise #3BE0FD

RGB

 RED value IS 59 (23.44% from 255) = 11.01%

 GREEN value IS 224 (87.89% from 255) = 41.79%

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

R = 11.01%
G = 41.79%
B = 47.2%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3BE0FD (or 0x3BE0FD) is known color: Turquoise. HEX triplet: 3B, E0 and FD. RGB value is (59,224,253). Sum of RGB (Red+Green+Blue) = 59+224+253=536 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.01% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BE0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE0FD is #C41F02. Grayscale: #B1B1B1. Windows color (decimal): -12852995 or 16638011. OLE color: 16638011.

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

Color convert

RGB 59 224 253 -
CMYK 0.77 0.11 0 0.01
HSL 188.97º 0.98% 0.61% -
HSV(B) 188.97º 0.77% 0.99% -
XYZ 46.19 61.33 102.33 -
YUV 177.97 170.34 43.14 -
System Red Green Blue C M Y K H S L
Decimal 59 224 253 0.77 0.11 0 0.01 188.97 0.98 0.61
Hex 3B E0 FD 4D B 0 1 BD 62 3D
Octal 73 340 375 115 13 0 1 275 142 75
Binary 111011 11100000 11111101 1001101 1011 0 1 10111101 1100010 111101

Color Harmonies of #3BE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE0FD

Black with #3BE0FD

Text Example


Text Example

White with #3BE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,253); }

 H1.HeaderClassName
 {
   color: #3BE0FD;
 }
 .AnyTagClassName
 {
   color: #3BE0FD;
 }
</style>

background-color css

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

 a { background-color: rgb(59,224,253); }

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

border-color css

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

 span { border-color: rgb(59,224,253); }

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