Html Css Color HEX #14DAF3 Bright Turquoise

📋 copy color: '#14DAF3'

red 20 ◦ green 218 ◦ blue 243

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

Shades of Bright Turquoise #14DAF3

Tints of Bright Turquoise #14DAF3

RGB

 RED value IS 20 (8.2% from 255) = 4.16%

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 4.16%
G = 45.32%
B = 50.52%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14DAF3 (or 0x14DAF3) is known color: Bright Turquoise. HEX triplet: 14, DA and F3. RGB value is (20,218,243). Sum of RGB (Red+Green+Blue) = 20+218+243=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #14DAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DAF3 is #EB250C. Grayscale: #A1A1A1. Windows color (decimal): -15410445 or 15981076. OLE color: 15981076.

HSL color Cylindrical-coordinate representation of color #14DAF3: hue angle of 186.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DAF3 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 218 243 -
CMYK 0.92 0.10 0 0.05
HSL 186.73º 0.9% 0.52% -
HSV(B) 186.73º 0.92% 0.95% -
XYZ 41.54 56.76 93.56 -
YUV 161.65 173.9 26.97 -
System Red Green Blue C M Y K H S L
Decimal 20 218 243 0.92 0.10 0 0.05 186.73 0.9 0.52
Hex 14 DA F3 5C A 0 5 BB 5A 34
Octal 24 332 363 134 12 0 5 273 132 64
Binary 10100 11011010 11110011 1011100 1010 0 101 10111011 1011010 110100

Color Harmonies of #14DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAF3

Black with #14DAF3

Text Example


Text Example

White with #14DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DAF3; }

 p { color: rgb(20,218,243); }

 H1.HeaderClassName
 {
   color: #14DAF3;
 }
 .AnyTagClassName
 {
   color: #14DAF3;
 }
</style>

background-color css

<style>
 a { background-color: #14DAF3; }

 a { background-color: rgb(20,218,243); }

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

border-color css

<style>
 span { border-color: #14DAF3; }

 span { border-color: rgb(20,218,243); }

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