Html Css Color HEX #3DDBEE Turquoise

📋 copy color: '#3DDBEE'

red 61 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #3DDBEE

Tints of Turquoise #3DDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 11.78%
G = 42.28%
B = 45.95%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3DDBEE (or 0x3DDBEE) is known color: Turquoise. HEX triplet: 3D, DB and EE. RGB value is (61,219,238). Sum of RGB (Red+Green+Blue) = 61+219+238=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBEE is #C22411. Grayscale: #ADADAD. Windows color (decimal): -12723218 or 15653693. OLE color: 15653693.

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

Color convert

RGB 61 219 238 -
CMYK 0.74 0.08 0 0.07
HSL 186.44º 0.84% 0.59% -
HSV(B) 186.44º 0.74% 0.93% -
XYZ 42.69 57.83 89.8 -
YUV 173.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 61 219 238 0.74 0.08 0 0.07 186.44 0.84 0.59
Hex 3D DB EE 4A 8 0 7 BA 54 3B
Octal 75 333 356 112 10 0 7 272 124 73
Binary 111101 11011011 11101110 1001010 1000 0 111 10111010 1010100 111011

Color Harmonies of #3DDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDBEE

Black with #3DDBEE

Text Example


Text Example

White with #3DDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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