Html Css Color HEX #17CFEB Bright Turquoise

📋 copy color: '#17CFEB'

red 23 ◦ green 207 ◦ blue 235

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

Shades of Bright Turquoise #17CFEB

Tints of Bright Turquoise #17CFEB

RGB

 RED value IS 23 (9.38% from 255) = 4.95%

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

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

R = 4.95%
G = 44.52%
B = 50.54%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17CFEB (or 0x17CFEB) is known color: Bright Turquoise. HEX triplet: 17, CF and EB. RGB value is (23,207,235). Sum of RGB (Red+Green+Blue) = 23+207+235=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #17CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFEB is #E83014. Grayscale: #9A9A9A. Windows color (decimal): -15216661 or 15453975. OLE color: 15453975.

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

Color convert

RGB 23 207 235 -
CMYK 0.90 0.12 0 0.08
HSL 187.92º 0.84% 0.51% -
HSV(B) 187.92º 0.9% 0.92% -
XYZ 37.66 50.81 86.42 -
YUV 155.18 173.04 33.72 -
System Red Green Blue C M Y K H S L
Decimal 23 207 235 0.90 0.12 0 0.08 187.92 0.84 0.51
Hex 17 CF EB 5A C 0 8 BC 54 33
Octal 27 317 353 132 14 0 10 274 124 63
Binary 10111 11001111 11101011 1011010 1100 0 1000 10111100 1010100 110011

Color Harmonies of #17CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CFEB

Black with #17CFEB

Text Example


Text Example

White with #17CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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