Html Css Color HEX #3DDBEB Turquoise

📋 copy color: '#3DDBEB'

red 61 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #3DDBEB

Tints of Turquoise #3DDBEB

RGB

 RED value IS 61 (24.22% from 255) = 11.84%

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 11.84%
G = 42.52%
B = 45.63%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3DDBEB (or 0x3DDBEB) is known color: Turquoise. HEX triplet: 3D, DB and EB. RGB value is (61,219,235). Sum of RGB (Red+Green+Blue) = 61+219+235=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #3DDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBEB is #C22414. Grayscale: #ADADAD. Windows color (decimal): -12723221 or 15457085. OLE color: 15457085.

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

Color convert

RGB 61 219 235 -
CMYK 0.74 0.07 0 0.08
HSL 185.52º 0.81% 0.58% -
HSV(B) 185.52º 0.74% 0.92% -
XYZ 42.25 57.65 87.5 -
YUV 173.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 61 219 235 0.74 0.07 0 0.08 185.52 0.81 0.58
Hex 3D DB EB 4A 7 0 8 BA 51 3A
Octal 75 333 353 112 7 0 10 272 121 72
Binary 111101 11011011 11101011 1001010 111 0 1000 10111010 1010001 111010

Color Harmonies of #3DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDBEB

Black with #3DDBEB

Text Example


Text Example

White with #3DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,219,235); }

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

background-color css

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

 a { background-color: rgb(61,219,235); }

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

border-color css

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

 span { border-color: rgb(61,219,235); }

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