Html Css Color HEX #38DDF4 Turquoise

📋 copy color: '#38DDF4'

red 56 ◦ green 221 ◦ blue 244

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

Shades of Turquoise #38DDF4

Tints of Turquoise #38DDF4

RGB

 RED value IS 56 (22.27% from 255) = 10.75%

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 244 (95.7% from 255) = 46.83%

R = 10.75%
G = 42.42%
B = 46.83%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#38DDF4 (or 0x38DDF4) is known color: Turquoise. HEX triplet: 38, DD and F4. RGB value is (56,221,244). Sum of RGB (Red+Green+Blue) = 56+221+244=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #38DDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DDF4 is #C7220B. Grayscale: #AEAEAE. Windows color (decimal): -13050380 or 16047416. OLE color: 16047416.

HSL color Cylindrical-coordinate representation of color #38DDF4: hue angle of 187.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DDF4 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 221 244 -
CMYK 0.77 0.09 0 0.04
HSL 187.34º 0.9% 0.59% -
HSV(B) 187.34º 0.77% 0.96% -
XYZ 43.82 59.09 94.68 -
YUV 174.29 167.34 43.63 -
System Red Green Blue C M Y K H S L
Decimal 56 221 244 0.77 0.09 0 0.04 187.34 0.9 0.59
Hex 38 DD F4 4D 9 0 4 BB 5A 3B
Octal 70 335 364 115 11 0 4 273 132 73
Binary 111000 11011101 11110100 1001101 1001 0 100 10111011 1011010 111011

Color Harmonies of #38DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DDF4

Black with #38DDF4

Text Example


Text Example

White with #38DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DDF4; }

 p { color: rgb(56,221,244); }

 H1.HeaderClassName
 {
   color: #38DDF4;
 }
 .AnyTagClassName
 {
   color: #38DDF4;
 }
</style>

background-color css

<style>
 a { background-color: #38DDF4; }

 a { background-color: rgb(56,221,244); }

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

border-color css

<style>
 span { border-color: #38DDF4; }

 span { border-color: rgb(56,221,244); }

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