Html Css Color HEX #19CFEB Bright Turquoise

📋 copy color: '#19CFEB'

red 25 ◦ green 207 ◦ blue 235

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

Shades of Bright Turquoise #19CFEB

Tints of Bright Turquoise #19CFEB

RGB

 RED value IS 25 (10.16% from 255) = 5.35%

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 5.35%
G = 44.33%
B = 50.32%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19CFEB (or 0x19CFEB) is known color: Bright Turquoise. HEX triplet: 19, CF and EB. RGB value is (25,207,235). Sum of RGB (Red+Green+Blue) = 25+207+235=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #19CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFEB is #E63014. Grayscale: #9B9B9B. Windows color (decimal): -15085589 or 15453977. OLE color: 15453977.

HSL color Cylindrical-coordinate representation of color #19CFEB: hue angle of 188º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFEB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 207 235 -
CMYK 0.89 0.12 0 0.08
HSL 188º 0.84% 0.51% -
HSV(B) 188º 0.89% 0.92% -
XYZ 37.71 50.83 86.42 -
YUV 155.77 172.7 34.72 -
System Red Green Blue C M Y K H S L
Decimal 25 207 235 0.89 0.12 0 0.08 188 0.84 0.51
Hex 19 CF EB 59 C 0 8 BC 54 33
Octal 31 317 353 131 14 0 10 274 124 63
Binary 11001 11001111 11101011 1011001 1100 0 1000 10111100 1010100 110011

Color Harmonies of #19CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFEB

Black with #19CFEB

Text Example


Text Example

White with #19CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CFEB; }

 p { color: rgb(25,207,235); }

 H1.HeaderClassName
 {
   color: #19CFEB;
 }
 .AnyTagClassName
 {
   color: #19CFEB;
 }
</style>

background-color css

<style>
 a { background-color: #19CFEB; }

 a { background-color: rgb(25,207,235); }

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

border-color css

<style>
 span { border-color: #19CFEB; }

 span { border-color: rgb(25,207,235); }

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