Html Css Color HEX #1CDFEE Bright Turquoise

📋 copy color: '#1CDFEE'

red 28 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #1CDFEE

Tints of Bright Turquoise #1CDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 5.73%
G = 45.6%
B = 48.67%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CDFEE (or 0x1CDFEE) is known color: Bright Turquoise. HEX triplet: 1C, DF and EE. RGB value is (28,223,238). Sum of RGB (Red+Green+Blue) = 28+223+238=489 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.73% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFEE is #E32011. Grayscale: #A6A6A6. Windows color (decimal): -14884882 or 15654684. OLE color: 15654684.

HSL color Cylindrical-coordinate representation of color #1CDFEE: hue angle of 184.29º 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 #1CDFEE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 223 238 -
CMYK 0.88 0.06 0 0.07
HSL 184.29º 0.86% 0.52% -
HSV(B) 184.29º 0.88% 0.93% -
XYZ 42.3 59.2 90.09 -
YUV 166.41 168.4 29.28 -
System Red Green Blue C M Y K H S L
Decimal 28 223 238 0.88 0.06 0 0.07 184.29 0.86 0.52
Hex 1C DF EE 58 6 0 7 B8 56 34
Octal 34 337 356 130 6 0 7 270 126 64
Binary 11100 11011111 11101110 1011000 110 0 111 10111000 1010110 110100

Color Harmonies of #1CDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDFEE

Black with #1CDFEE

Text Example


Text Example

White with #1CDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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