Html Css Color HEX #13DFF2 Bright Turquoise

📋 copy color: '#13DFF2'

red 19 ◦ green 223 ◦ blue 242

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

Shades of Bright Turquoise #13DFF2

Tints of Bright Turquoise #13DFF2

RGB

 RED value IS 19 (7.81% from 255) = 3.93%

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 3.93%
G = 46.07%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13DFF2 (or 0x13DFF2) is known color: Bright Turquoise. HEX triplet: 13, DF and F2. RGB value is (19,223,242). Sum of RGB (Red+Green+Blue) = 19+223+242=484 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #13DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DFF2 is #EC200D. Grayscale: #A3A3A3. Windows color (decimal): -15474702 or 15916819. OLE color: 15916819.

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

Color convert

RGB 19 223 242 -
CMYK 0.92 0.08 0 0.05
HSL 185.11º 0.9% 0.51% -
HSV(B) 185.11º 0.92% 0.95% -
XYZ 42.68 59.32 93.21 -
YUV 164.17 171.91 24.46 -
System Red Green Blue C M Y K H S L
Decimal 19 223 242 0.92 0.08 0 0.05 185.11 0.9 0.51
Hex 13 DF F2 5C 8 0 5 B9 5A 33
Octal 23 337 362 134 10 0 5 271 132 63
Binary 10011 11011111 11110010 1011100 1000 0 101 10111001 1011010 110011

Color Harmonies of #13DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFF2

Black with #13DFF2

Text Example


Text Example

White with #13DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DFF2; }

 p { color: rgb(19,223,242); }

 H1.HeaderClassName
 {
   color: #13DFF2;
 }
 .AnyTagClassName
 {
   color: #13DFF2;
 }
</style>

background-color css

<style>
 a { background-color: #13DFF2; }

 a { background-color: rgb(19,223,242); }

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

border-color css

<style>
 span { border-color: #13DFF2; }

 span { border-color: rgb(19,223,242); }

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