Html Css Color HEX #18CFEB Bright Turquoise

📋 copy color: '#18CFEB'

red 24 ◦ green 207 ◦ blue 235

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

Shades of Bright Turquoise #18CFEB

Tints of Bright Turquoise #18CFEB

RGB

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

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

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

R = 5.15%
G = 44.42%
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

#18CFEB (or 0x18CFEB) is known color: Bright Turquoise. HEX triplet: 18, CF and EB. RGB value is (24,207,235). Sum of RGB (Red+Green+Blue) = 24+207+235=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #18CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFEB is #E73014. Grayscale: #9B9B9B. Windows color (decimal): -15151125 or 15453976. OLE color: 15453976.

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

Color convert

RGB 24 207 235 -
CMYK 0.90 0.12 0 0.08
HSL 187.96º 0.84% 0.51% -
HSV(B) 187.96º 0.9% 0.92% -
XYZ 37.68 50.82 86.42 -
YUV 155.48 172.87 34.22 -
System Red Green Blue C M Y K H S L
Decimal 24 207 235 0.90 0.12 0 0.08 187.96 0.84 0.51
Hex 18 CF EB 5A C 0 8 BC 54 33
Octal 30 317 353 132 14 0 10 274 124 63
Binary 11000 11001111 11101011 1011010 1100 0 1000 10111100 1010100 110011

Color Harmonies of #18CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFEB

Black with #18CFEB

Text Example


Text Example

White with #18CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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