Html Css Color HEX #18FFCB Bright Turquoise

📋 copy color: '#18FFCB'

red 24 ◦ green 255 ◦ blue 203

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

Shades of Bright Turquoise #18FFCB

Tints of Bright Turquoise #18FFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 4.98%
G = 52.9%
B = 42.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#18FFCB (or 0x18FFCB) is known color: Bright Turquoise. HEX triplet: 18, FF and CB. RGB value is (24,255,203). Sum of RGB (Red+Green+Blue) = 24+255+203=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFCB is #E70034. Grayscale: #B3B3B3. Windows color (decimal): -15138869 or 13369112. OLE color: 13369112.

HSL color Cylindrical-coordinate representation of color #18FFCB: hue angle of 166.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFCB is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 24 255 203 -
CMYK 0.91 0 0.20 0
HSL 166.49º 1% 0.55% -
HSV(B) 166.49º 0.91% 1% -
XYZ 46.92 76.03 68.7 -
YUV 180 140.97 16.73 -
System Red Green Blue C M Y K H S L
Decimal 24 255 203 0.91 0 0.20 0 166.49 1 0.55
Hex 18 FF CB 5B 0 14 0 A6 64 37
Octal 30 377 313 133 0 24 0 246 144 67
Binary 11000 11111111 11001011 1011011 0 10100 0 10100110 1100100 110111

Color Harmonies of #18FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FFCB

Black with #18FFCB

Text Example


Text Example

White with #18FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,255,203); }

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

background-color css

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

 a { background-color: rgb(24,255,203); }

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

border-color css

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

 span { border-color: rgb(24,255,203); }

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