Html Css Color HEX #12FCEB Bright Turquoise

📋 copy color: '#12FCEB'

red 18 ◦ green 252 ◦ blue 235

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

Shades of Bright Turquoise #12FCEB

Tints of Bright Turquoise #12FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.9%

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 3.56%
G = 49.9%
B = 46.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#12FCEB (or 0x12FCEB) is known color: Bright Turquoise. HEX triplet: 12, FC and EB. RGB value is (18,252,235). Sum of RGB (Red+Green+Blue) = 18+252+235=505 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCEB is #ED0314. Grayscale: #B3B3B3. Windows color (decimal): -15532821 or 15465490. OLE color: 15465490.

HSL color Cylindrical-coordinate representation of color #12FCEB: hue angle of 175.64º 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 #12FCEB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 235 -
CMYK 0.93 0 0.07 0.01
HSL 175.64º 0.98% 0.53% -
HSV(B) 175.64º 0.93% 0.99% -
XYZ 50.06 75.75 90.58 -
YUV 180.1 158.98 12.38 -
System Red Green Blue C M Y K H S L
Decimal 18 252 235 0.93 0 0.07 0.01 175.64 0.98 0.53
Hex 12 FC EB 5D 0 7 1 B0 62 35
Octal 22 374 353 135 0 7 1 260 142 65
Binary 10010 11111100 11101011 1011101 0 111 1 10110000 1100010 110101

Color Harmonies of #12FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCEB

Black with #12FCEB

Text Example


Text Example

White with #12FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,235); }

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

background-color css

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

 a { background-color: rgb(18,252,235); }

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

border-color css

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

 span { border-color: rgb(18,252,235); }

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