Html Css Color HEX #12FBED Bright Turquoise

📋 copy color: '#12FBED'

red 18 ◦ green 251 ◦ blue 237

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

Shades of Bright Turquoise #12FBED

Tints of Bright Turquoise #12FBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 3.56%
G = 49.6%
B = 46.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#12FBED (or 0x12FBED) is known color: Bright Turquoise. HEX triplet: 12, FB and ED. RGB value is (18,251,237). Sum of RGB (Red+Green+Blue) = 18+251+237=506 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FBED is #ED0412. Grayscale: #B3B3B3. Windows color (decimal): -15533075 or 15596306. OLE color: 15596306.

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

Color convert

RGB 18 251 237 -
CMYK 0.93 0 0.06 0.02
HSL 176.39º 0.97% 0.53% -
HSV(B) 176.39º 0.93% 0.98% -
XYZ 50.03 75.24 92.01 -
YUV 179.74 160.31 12.64 -
System Red Green Blue C M Y K H S L
Decimal 18 251 237 0.93 0 0.06 0.02 176.39 0.97 0.53
Hex 12 FB ED 5D 0 6 2 B0 61 35
Octal 22 373 355 135 0 6 2 260 141 65
Binary 10010 11111011 11101101 1011101 0 110 10 10110000 1100001 110101

Color Harmonies of #12FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBED

Black with #12FBED

Text Example


Text Example

White with #12FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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