Html Css Color HEX #3DEEF0 Turquoise

📋 copy color: '#3DEEF0'

red 61 ◦ green 238 ◦ blue 240

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

Shades of Turquoise #3DEEF0

Tints of Turquoise #3DEEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 11.32%
G = 44.16%
B = 44.53%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3DEEF0 (or 0x3DEEF0) is known color: Turquoise. HEX triplet: 3D, EE and F0. RGB value is (61,238,240). Sum of RGB (Red+Green+Blue) = 61+238+240=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DEEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEEF0 is #C2110F. Grayscale: #B9B9B9. Windows color (decimal): -12718352 or 15789629. OLE color: 15789629.

HSL color Cylindrical-coordinate representation of color #3DEEF0: hue angle of 180.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DEEF0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 238 240 -
CMYK 0.75 0.01 0 0.06
HSL 180.67º 0.86% 0.59% -
HSV(B) 180.67º 0.75% 0.94% -
XYZ 48.23 68.43 93.11 -
YUV 185.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 61 238 240 0.75 0.01 0 0.06 180.67 0.86 0.59
Hex 3D EE F0 4B 1 0 6 B5 56 3B
Octal 75 356 360 113 1 0 6 265 126 73
Binary 111101 11101110 11110000 1001011 1 0 110 10110101 1010110 111011

Color Harmonies of #3DEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEEF0

Black with #3DEEF0

Text Example


Text Example

White with #3DEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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