Html Css Color HEX #3BEADF Turquoise

📋 copy color: '#3BEADF'

red 59 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #3BEADF

Tints of Turquoise #3BEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.35%

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

R = 11.43%
G = 45.35%
B = 43.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#3BEADF (or 0x3BEADF) is known color: Turquoise. HEX triplet: 3B, EA and DF. RGB value is (59,234,223). Sum of RGB (Red+Green+Blue) = 59+234+223=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEADF is #C41520. Grayscale: #B4B4B4. Windows color (decimal): -12850465 or 14674491. OLE color: 14674491.

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

Color convert

RGB 59 234 223 -
CMYK 0.75 0 0.05 0.08
HSL 176.23º 0.81% 0.57% -
HSV(B) 176.23º 0.75% 0.92% -
XYZ 44.55 65.1 80.03 -
YUV 180.42 152.02 41.39 -
System Red Green Blue C M Y K H S L
Decimal 59 234 223 0.75 0 0.05 0.08 176.23 0.81 0.57
Hex 3B EA DF 4B 0 5 8 B0 51 39
Octal 73 352 337 113 0 5 10 260 121 71
Binary 111011 11101010 11011111 1001011 0 101 1000 10110000 1010001 111001

Color Harmonies of #3BEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEADF

Black with #3BEADF

Text Example


Text Example

White with #3BEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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