Html Css Color HEX #12EDF5 Bright Turquoise

📋 copy color: '#12EDF5'

red 18 ◦ green 237 ◦ blue 245

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

Shades of Bright Turquoise #12EDF5

Tints of Bright Turquoise #12EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

 BLUE value IS 245 (96.09% from 255) = 49%

R = 3.6%
G = 47.4%
B = 49%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#12EDF5 (or 0x12EDF5) is known color: Bright Turquoise. HEX triplet: 12, ED and F5. RGB value is (18,237,245). Sum of RGB (Red+Green+Blue) = 18+237+245=500 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #12EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDF5 is #ED120A. Grayscale: #ACACAC. Windows color (decimal): -15536651 or 16117010. OLE color: 16117010.

HSL color Cylindrical-coordinate representation of color #12EDF5: hue angle of 182.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EDF5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 237 245 -
CMYK 0.93 0.03 0 0.04
HSL 182.11º 0.92% 0.52% -
HSV(B) 182.11º 0.93% 0.96% -
XYZ 47.02 67.29 96.9 -
YUV 172.43 168.95 17.85 -
System Red Green Blue C M Y K H S L
Decimal 18 237 245 0.93 0.03 0 0.04 182.11 0.92 0.52
Hex 12 ED F5 5D 3 0 4 B6 5C 34
Octal 22 355 365 135 3 0 4 266 134 64
Binary 10010 11101101 11110101 1011101 11 0 100 10110110 1011100 110100

Color Harmonies of #12EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EDF5

Black with #12EDF5

Text Example


Text Example

White with #12EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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