Html Css Color HEX #12FDCB Bright Turquoise

📋 copy color: '#12FDCB'

red 18 ◦ green 253 ◦ blue 203

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

Shades of Bright Turquoise #12FDCB

Tints of Bright Turquoise #12FDCB

RGB

 RED value IS 18 (7.42% from 255) = 3.8%

 GREEN value IS 253 (99.22% from 255) = 53.38%

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

R = 3.8%
G = 53.38%
B = 42.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#12FDCB (or 0x12FDCB) is known color: Bright Turquoise. HEX triplet: 12, FD and CB. RGB value is (18,253,203). Sum of RGB (Red+Green+Blue) = 18+253+203=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDCB is #ED0234. Grayscale: #B1B1B1. Windows color (decimal): -15532597 or 13368594. OLE color: 13368594.

HSL color Cylindrical-coordinate representation of color #12FDCB: hue angle of 167.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDCB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 253 203 -
CMYK 0.93 0 0.20 0.01
HSL 167.23º 0.98% 0.53% -
HSV(B) 167.23º 0.93% 0.99% -
XYZ 46.15 74.69 68.48 -
YUV 177.04 142.64 14.57 -
System Red Green Blue C M Y K H S L
Decimal 18 253 203 0.93 0 0.20 0.01 167.23 0.98 0.53
Hex 12 FD CB 5D 0 14 1 A7 62 35
Octal 22 375 313 135 0 24 1 247 142 65
Binary 10010 11111101 11001011 1011101 0 10100 1 10100111 1100010 110101

Color Harmonies of #12FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDCB

Black with #12FDCB

Text Example


Text Example

White with #12FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FDCB; }

 p { color: rgb(18,253,203); }

 H1.HeaderClassName
 {
   color: #12FDCB;
 }
 .AnyTagClassName
 {
   color: #12FDCB;
 }
</style>

background-color css

<style>
 a { background-color: #12FDCB; }

 a { background-color: rgb(18,253,203); }

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

border-color css

<style>
 span { border-color: #12FDCB; }

 span { border-color: rgb(18,253,203); }

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