Html Css Color HEX #3BDCE6 Turquoise

📋 copy color: '#3BDCE6'

red 59 ◦ green 220 ◦ blue 230

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

Shades of Turquoise #3BDCE6

Tints of Turquoise #3BDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 11.59%
G = 43.22%
B = 45.19%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3BDCE6 (or 0x3BDCE6) is known color: Turquoise. HEX triplet: 3B, DC and E6. RGB value is (59,220,230). Sum of RGB (Red+Green+Blue) = 59+220+230=509 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.59% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BDCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDCE6 is #C42319. Grayscale: #ACACAC. Windows color (decimal): -12854042 or 15129659. OLE color: 15129659.

HSL color Cylindrical-coordinate representation of color #3BDCE6: hue angle of 183.51º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDCE6 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 59 220 230 -
CMYK 0.74 0.04 0 0.10
HSL 183.51º 0.77% 0.57% -
HSV(B) 183.51º 0.74% 0.9% -
XYZ 41.68 57.83 83.83 -
YUV 173 160.16 46.69 -
System Red Green Blue C M Y K H S L
Decimal 59 220 230 0.74 0.04 0 0.10 183.51 0.77 0.57
Hex 3B DC E6 4A 4 0 A B8 4D 39
Octal 73 334 346 112 4 0 12 270 115 71
Binary 111011 11011100 11100110 1001010 100 0 1010 10111000 1001101 111001

Color Harmonies of #3BDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCE6

Black with #3BDCE6

Text Example


Text Example

White with #3BDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,230); }

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

background-color css

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

 a { background-color: rgb(59,220,230); }

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

border-color css

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

 span { border-color: rgb(59,220,230); }

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