Html Css Color HEX #3AFBCB Turquoise

📋 copy color: '#3AFBCB'

red 58 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #3AFBCB

Tints of Turquoise #3AFBCB

RGB

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

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

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

R = 11.33%
G = 49.02%
B = 39.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#3AFBCB (or 0x3AFBCB) is known color: Turquoise. HEX triplet: 3A, FB and CB. RGB value is (58,251,203). Sum of RGB (Red+Green+Blue) = 58+251+203=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBCB is #C50434. Grayscale: #BBBBBB. Windows color (decimal): -12911669 or 13368122. OLE color: 13368122.

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

Color convert

RGB 58 251 203 -
CMYK 0.77 0 0.19 0.02
HSL 165.08º 0.96% 0.61% -
HSV(B) 165.08º 0.77% 0.98% -
XYZ 47.02 74.21 68.34 -
YUV 187.82 136.56 35.4 -
System Red Green Blue C M Y K H S L
Decimal 58 251 203 0.77 0 0.19 0.02 165.08 0.96 0.61
Hex 3A FB CB 4D 0 13 2 A5 60 3D
Octal 72 373 313 115 0 23 2 245 140 75
Binary 111010 11111011 11001011 1001101 0 10011 10 10100101 1100000 111101

Color Harmonies of #3AFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBCB

Black with #3AFBCB

Text Example


Text Example

White with #3AFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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