Html Css Color HEX #3BDCEA Turquoise

📋 copy color: '#3BDCEA'

red 59 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #3BDCEA

Tints of Turquoise #3BDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 11.5%
G = 42.88%
B = 45.61%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3BDCEA (or 0x3BDCEA) is known color: Turquoise. HEX triplet: 3B, DC and EA. RGB value is (59,220,234). Sum of RGB (Red+Green+Blue) = 59+220+234=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDCEA is #C42315. Grayscale: #ADADAD. Windows color (decimal): -12854038 or 15391803. OLE color: 15391803.

HSL color Cylindrical-coordinate representation of color #3BDCEA: hue angle of 184.8º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDCEA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 220 234 -
CMYK 0.75 0.06 0 0.08
HSL 184.8º 0.81% 0.57% -
HSV(B) 184.8º 0.75% 0.92% -
XYZ 42.25 58.06 86.82 -
YUV 173.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 59 220 234 0.75 0.06 0 0.08 184.8 0.81 0.57
Hex 3B DC EA 4B 6 0 8 B9 51 39
Octal 73 334 352 113 6 0 10 271 121 71
Binary 111011 11011100 11101010 1001011 110 0 1000 10111001 1010001 111001

Color Harmonies of #3BDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCEA

Black with #3BDCEA

Text Example


Text Example

White with #3BDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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