Html Css Color HEX #3EFBDF Turquoise

📋 copy color: '#3EFBDF'

red 62 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #3EFBDF

Tints of Turquoise #3EFBDF

RGB

 RED value IS 62 (24.61% from 255) = 11.57%

 GREEN value IS 251 (98.44% from 255) = 46.83%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 11.57%
G = 46.83%
B = 41.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#3EFBDF (or 0x3EFBDF) is known color: Turquoise. HEX triplet: 3E, FB and DF. RGB value is (62,251,223). Sum of RGB (Red+Green+Blue) = 62+251+223=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBDF is #C10420. Grayscale: #BFBFBF. Windows color (decimal): -12649505 or 14678846. OLE color: 14678846.

HSL color Cylindrical-coordinate representation of color #3EFBDF: hue angle of 171.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBDF is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 251 223 -
CMYK 0.75 0 0.11 0.02
HSL 171.11º 0.96% 0.61% -
HSV(B) 171.11º 0.75% 0.98% -
XYZ 49.8 75.35 81.73 -
YUV 191.3 145.88 35.78 -
System Red Green Blue C M Y K H S L
Decimal 62 251 223 0.75 0 0.11 0.02 171.11 0.96 0.61
Hex 3E FB DF 4B 0 B 2 AB 60 3D
Octal 76 373 337 113 0 13 2 253 140 75
Binary 111110 11111011 11011111 1001011 0 1011 10 10101011 1100000 111101

Color Harmonies of #3EFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFBDF

Black with #3EFBDF

Text Example


Text Example

White with #3EFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,251,223); }

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

background-color css

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

 a { background-color: rgb(62,251,223); }

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

border-color css

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

 span { border-color: rgb(62,251,223); }

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