Html Css Color HEX #1CDFF9 Bright Turquoise

📋 copy color: '#1CDFF9'

red 28 ◦ green 223 ◦ blue 249

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

Shades of Bright Turquoise #1CDFF9

Tints of Bright Turquoise #1CDFF9

RGB

 RED value IS 28 (11.33% from 255) = 5.6%

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 5.6%
G = 44.6%
B = 49.8%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CDFF9 (or 0x1CDFF9) is known color: Bright Turquoise. HEX triplet: 1C, DF and F9. RGB value is (28,223,249). Sum of RGB (Red+Green+Blue) = 28+223+249=500 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #1CDFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFF9 is #E32006. Grayscale: #A7A7A7. Windows color (decimal): -14884871 or 16375580. OLE color: 16375580.

HSL color Cylindrical-coordinate representation of color #1CDFF9: hue angle of 187.06º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDFF9 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 223 249 -
CMYK 0.89 0.10 0 0.02
HSL 187.06º 0.95% 0.54% -
HSV(B) 187.06º 0.89% 0.98% -
XYZ 43.97 59.86 98.86 -
YUV 167.66 173.9 28.39 -
System Red Green Blue C M Y K H S L
Decimal 28 223 249 0.89 0.10 0 0.02 187.06 0.95 0.54
Hex 1C DF F9 59 A 0 2 BB 5F 36
Octal 34 337 371 131 12 0 2 273 137 66
Binary 11100 11011111 11111001 1011001 1010 0 10 10111011 1011111 110110

Color Harmonies of #1CDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDFF9

Black with #1CDFF9

Text Example


Text Example

White with #1CDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CDFF9; }

 p { color: rgb(28,223,249); }

 H1.HeaderClassName
 {
   color: #1CDFF9;
 }
 .AnyTagClassName
 {
   color: #1CDFF9;
 }
</style>

background-color css

<style>
 a { background-color: #1CDFF9; }

 a { background-color: rgb(28,223,249); }

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

border-color css

<style>
 span { border-color: #1CDFF9; }

 span { border-color: rgb(28,223,249); }

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