Html Css Color HEX #1CEEEB Bright Turquoise

📋 copy color: '#1CEEEB'

red 28 ◦ green 238 ◦ blue 235

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

Shades of Bright Turquoise #1CEEEB

Tints of Bright Turquoise #1CEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

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

R = 5.59%
G = 47.5%
B = 46.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#1CEEEB (or 0x1CEEEB) is known color: Bright Turquoise. HEX triplet: 1C, EE and EB. RGB value is (28,238,235). Sum of RGB (Red+Green+Blue) = 28+238+235=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEEEB is #E31114. Grayscale: #AEAEAE. Windows color (decimal): -14881045 or 15461916. OLE color: 15461916.

HSL color Cylindrical-coordinate representation of color #1CEEEB: hue angle of 179.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEEEB is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 238 235 -
CMYK 0.88 0 0.01 0.07
HSL 179.14º 0.86% 0.52% -
HSV(B) 179.14º 0.88% 0.93% -
XYZ 46.05 67.39 89.18 -
YUV 174.87 161.93 23.24 -
System Red Green Blue C M Y K H S L
Decimal 28 238 235 0.88 0 0.01 0.07 179.14 0.86 0.52
Hex 1C EE EB 58 0 1 7 B3 56 34
Octal 34 356 353 130 0 1 7 263 126 64
Binary 11100 11101110 11101011 1011000 0 1 111 10110011 1010110 110100

Color Harmonies of #1CEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEEEB

Black with #1CEEEB

Text Example


Text Example

White with #1CEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,238,235); }

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

background-color css

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

 a { background-color: rgb(28,238,235); }

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

border-color css

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

 span { border-color: rgb(28,238,235); }

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