Html Css Color HEX #12FBCE Bright Turquoise

📋 copy color: '#12FBCE'

red 18 ◦ green 251 ◦ blue 206

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

Shades of Bright Turquoise #12FBCE

Tints of Bright Turquoise #12FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 3.79%
G = 52.84%
B = 43.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#12FBCE (or 0x12FBCE) is known color: Bright Turquoise. HEX triplet: 12, FB and CE. RGB value is (18,251,206). Sum of RGB (Red+Green+Blue) = 18+251+206=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBCE is #ED0431. Grayscale: #B0B0B0. Windows color (decimal): -15533106 or 13564690. OLE color: 13564690.

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

Color convert

RGB 18 251 206 -
CMYK 0.93 0 0.18 0.02
HSL 168.41º 0.97% 0.53% -
HSV(B) 168.41º 0.93% 0.98% -
XYZ 45.89 73.58 70.18 -
YUV 176.2 144.81 15.16 -
System Red Green Blue C M Y K H S L
Decimal 18 251 206 0.93 0 0.18 0.02 168.41 0.97 0.53
Hex 12 FB CE 5D 0 12 2 A8 61 35
Octal 22 373 316 135 0 22 2 250 141 65
Binary 10010 11111011 11001110 1011101 0 10010 10 10101000 1100001 110101

Color Harmonies of #12FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBCE

Black with #12FBCE

Text Example


Text Example

White with #12FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,206); }

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

background-color css

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

 a { background-color: rgb(18,251,206); }

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

border-color css

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

 span { border-color: rgb(18,251,206); }

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