Html Css Color HEX #1DDEEB Bright Turquoise

📋 copy color: '#1DDEEB'

red 29 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #1DDEEB

Tints of Bright Turquoise #1DDEEB

RGB

 RED value IS 29 (11.72% from 255) = 5.97%

 GREEN value IS 222 (87.11% from 255) = 45.68%

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

R = 5.97%
G = 45.68%
B = 48.35%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DDEEB (or 0x1DDEEB) is known color: Bright Turquoise. HEX triplet: 1D, DE and EB. RGB value is (29,222,235). Sum of RGB (Red+Green+Blue) = 29+222+235=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DDEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEEB is #E22114. Grayscale: #A5A5A5. Windows color (decimal): -14819605 or 15457821. OLE color: 15457821.

HSL color Cylindrical-coordinate representation of color #1DDEEB: hue angle of 183.79º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDEEB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 222 235 -
CMYK 0.88 0.06 0 0.08
HSL 183.79º 0.84% 0.52% -
HSV(B) 183.79º 0.88% 0.92% -
XYZ 41.62 58.5 87.7 -
YUV 165.78 167.06 30.44 -
System Red Green Blue C M Y K H S L
Decimal 29 222 235 0.88 0.06 0 0.08 183.79 0.84 0.52
Hex 1D DE EB 58 6 0 8 B8 54 34
Octal 35 336 353 130 6 0 10 270 124 64
Binary 11101 11011110 11101011 1011000 110 0 1000 10111000 1010100 110100

Color Harmonies of #1DDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEEB

Black with #1DDEEB

Text Example


Text Example

White with #1DDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,222,235); }

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

background-color css

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

 a { background-color: rgb(29,222,235); }

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

border-color css

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

 span { border-color: rgb(29,222,235); }

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