Html Css Color HEX #3BEFDF Turquoise

📋 copy color: '#3BEFDF'

red 59 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #3BEFDF

Tints of Turquoise #3BEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

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

R = 11.32%
G = 45.87%
B = 42.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#3BEFDF (or 0x3BEFDF) is known color: Turquoise. HEX triplet: 3B, EF and DF. RGB value is (59,239,223). Sum of RGB (Red+Green+Blue) = 59+239+223=521 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.32% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFDF is #C41020. Grayscale: #B7B7B7. Windows color (decimal): -12849185 or 14675771. OLE color: 14675771.

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

Color convert

RGB 59 239 223 -
CMYK 0.75 0 0.07 0.06
HSL 174.67º 0.85% 0.58% -
HSV(B) 174.67º 0.75% 0.94% -
XYZ 45.99 67.99 80.51 -
YUV 183.36 150.37 39.3 -
System Red Green Blue C M Y K H S L
Decimal 59 239 223 0.75 0 0.07 0.06 174.67 0.85 0.58
Hex 3B EF DF 4B 0 7 6 AF 55 3A
Octal 73 357 337 113 0 7 6 257 125 72
Binary 111011 11101111 11011111 1001011 0 111 110 10101111 1010101 111010

Color Harmonies of #3BEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFDF

Black with #3BEFDF

Text Example


Text Example

White with #3BEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,239,223); }

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

background-color css

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

 a { background-color: rgb(59,239,223); }

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

border-color css

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

 span { border-color: rgb(59,239,223); }

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