Html Css Color HEX #1CEFF0 Bright Turquoise

📋 copy color: '#1CEFF0'

red 28 ◦ green 239 ◦ blue 240

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

Shades of Bright Turquoise #1CEFF0

Tints of Bright Turquoise #1CEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 5.52%
G = 47.14%
B = 47.34%

CMYK

 C value IS 0.88

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CEFF0 (or 0x1CEFF0) is known color: Bright Turquoise. HEX triplet: 1C, EF and F0. RGB value is (28,239,240). Sum of RGB (Red+Green+Blue) = 28+239+240=507 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.52% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CEFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEFF0 is #E3100F. Grayscale: #AFAFAF. Windows color (decimal): -14880784 or 15789852. OLE color: 15789852.

HSL color Cylindrical-coordinate representation of color #1CEFF0: hue angle of 180.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEFF0 is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 239 240 -
CMYK 0.88 0.00 0 0.06
HSL 180.28º 0.88% 0.53% -
HSV(B) 180.28º 0.88% 0.94% -
XYZ 47.07 68.27 93.13 -
YUV 176.03 164.1 22.42 -
System Red Green Blue C M Y K H S L
Decimal 28 239 240 0.88 0.00 0 0.06 180.28 0.88 0.53
Hex 1C EF F0 58 0 0 6 B4 58 35
Octal 34 357 360 130 0 0 6 264 130 65
Binary 11100 11101111 11110000 1011000 0 0 110 10110100 1011000 110101

Color Harmonies of #1CEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEFF0

Black with #1CEFF0

Text Example


Text Example

White with #1CEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,239,240); }

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

background-color css

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

 a { background-color: rgb(28,239,240); }

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

border-color css

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

 span { border-color: rgb(28,239,240); }

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