Html Css Color HEX #18CFEA Bright Turquoise

📋 copy color: '#18CFEA'

red 24 ◦ green 207 ◦ blue 234

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

Shades of Bright Turquoise #18CFEA

Tints of Bright Turquoise #18CFEA

RGB

 RED value IS 24 (9.77% from 255) = 5.16%

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

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

R = 5.16%
G = 44.52%
B = 50.32%

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

#18CFEA (or 0x18CFEA) is known color: Bright Turquoise. HEX triplet: 18, CF and EA. RGB value is (24,207,234). Sum of RGB (Red+Green+Blue) = 24+207+234=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #18CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFEA is #E73015. Grayscale: #9B9B9B. Windows color (decimal): -15151126 or 15388440. OLE color: 15388440.

HSL color Cylindrical-coordinate representation of color #18CFEA: hue angle of 187.71º degrees, saturation: 0.83, 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 #18CFEA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 207 234 -
CMYK 0.90 0.12 0 0.08
HSL 187.71º 0.83% 0.51% -
HSV(B) 187.71º 0.9% 0.92% -
XYZ 37.54 50.76 85.66 -
YUV 155.36 172.37 34.3 -
System Red Green Blue C M Y K H S L
Decimal 24 207 234 0.90 0.12 0 0.08 187.71 0.83 0.51
Hex 18 CF EA 5A C 0 8 BC 53 33
Octal 30 317 352 132 14 0 10 274 123 63
Binary 11000 11001111 11101010 1011010 1100 0 1000 10111100 1010011 110011

Color Harmonies of #18CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFEA

Black with #18CFEA

Text Example


Text Example

White with #18CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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