Html Css Color HEX #17CFEA Bright Turquoise

📋 copy color: '#17CFEA'

red 23 ◦ green 207 ◦ blue 234

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

Shades of Bright Turquoise #17CFEA

Tints of Bright Turquoise #17CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 4.96%
G = 44.61%
B = 50.43%

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

#17CFEA (or 0x17CFEA) is known color: Bright Turquoise. HEX triplet: 17, CF and EA. RGB value is (23,207,234). Sum of RGB (Red+Green+Blue) = 23+207+234=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #17CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFEA is #E83015. Grayscale: #9A9A9A. Windows color (decimal): -15216662 or 15388439. OLE color: 15388439.

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

Color convert

RGB 23 207 234 -
CMYK 0.90 0.12 0 0.08
HSL 187.68º 0.83% 0.5% -
HSV(B) 187.68º 0.9% 0.92% -
XYZ 37.52 50.75 85.66 -
YUV 155.06 172.54 33.8 -
System Red Green Blue C M Y K H S L
Decimal 23 207 234 0.90 0.12 0 0.08 187.68 0.83 0.5
Hex 17 CF EA 5A C 0 8 BC 53 32
Octal 27 317 352 132 14 0 10 274 123 62
Binary 10111 11001111 11101010 1011010 1100 0 1000 10111100 1010011 110010

Color Harmonies of #17CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CFEA

Black with #17CFEA

Text Example


Text Example

White with #17CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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