Html Css Color HEX #3AEFCB Turquoise

📋 copy color: '#3AEFCB'

red 58 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #3AEFCB

Tints of Turquoise #3AEFCB

RGB

 RED value IS 58 (23.05% from 255) = 11.6%

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 11.6%
G = 47.8%
B = 40.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3AEFCB (or 0x3AEFCB) is known color: Turquoise. HEX triplet: 3A, EF and CB. RGB value is (58,239,203). Sum of RGB (Red+Green+Blue) = 58+239+203=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFCB is #C51034. Grayscale: #B4B4B4. Windows color (decimal): -12914741 or 13365050. OLE color: 13365050.

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

Color convert

RGB 58 239 203 -
CMYK 0.76 0 0.15 0.06
HSL 168.07º 0.85% 0.58% -
HSV(B) 168.07º 0.76% 0.94% -
XYZ 43.39 66.94 67.13 -
YUV 180.78 140.53 40.43 -
System Red Green Blue C M Y K H S L
Decimal 58 239 203 0.76 0 0.15 0.06 168.07 0.85 0.58
Hex 3A EF CB 4C 0 F 6 A8 55 3A
Octal 72 357 313 114 0 17 6 250 125 72
Binary 111010 11101111 11001011 1001100 0 1111 110 10101000 1010101 111010

Color Harmonies of #3AEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFCB

Black with #3AEFCB

Text Example


Text Example

White with #3AEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,239,203); }

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

background-color css

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

 a { background-color: rgb(58,239,203); }

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

border-color css

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

 span { border-color: rgb(58,239,203); }

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