Html Css Color HEX #69CDDC Turquoise Blue

📋 copy color: '#69CDDC'

red 105 ◦ green 205 ◦ blue 220

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

Shades of Turquoise Blue #69CDDC

Tints of Turquoise Blue #69CDDC

RGB

 RED value IS 105 (41.41% from 255) = 19.81%

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 19.81%
G = 38.68%
B = 41.51%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69CDDC (or 0x69CDDC) is known color: Turquoise Blue. HEX triplet: 69, CD and DC. RGB value is (105,205,220). Sum of RGB (Red+Green+Blue) = 105+205+220=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #69CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDDC is #963223. Grayscale: #B0B0B0. Windows color (decimal): -9843236 or 14470505. OLE color: 14470505.

HSL color Cylindrical-coordinate representation of color #69CDDC: hue angle of 187.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CDDC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 205 220 -
CMYK 0.52 0.07 0 0.14
HSL 187.83º 0.62% 0.64% -
HSV(B) 187.83º 0.52% 0.86% -
XYZ 40.58 51.83 75.58 -
YUV 176.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 105 205 220 0.52 0.07 0 0.14 187.83 0.62 0.64
Hex 69 CD DC 34 7 0 E BC 3E 40
Octal 151 315 334 64 7 0 16 274 76 100
Binary 1101001 11001101 11011100 110100 111 0 1110 10111100 111110 1000000

Color Harmonies of #69CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDDC

Black with #69CDDC

Text Example


Text Example

White with #69CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CDDC; }

 p { color: rgb(105,205,220); }

 H1.HeaderClassName
 {
   color: #69CDDC;
 }
 .AnyTagClassName
 {
   color: #69CDDC;
 }
</style>

background-color css

<style>
 a { background-color: #69CDDC; }

 a { background-color: rgb(105,205,220); }

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

border-color css

<style>
 span { border-color: #69CDDC; }

 span { border-color: rgb(105,205,220); }

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